Class GoogleCloudChannelV1RepricingAdjustment
A type that represents the various adjustments you can apply to a bill.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1RepricingAdjustment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PercentageAdjustment
Flat markup or markdown on an entire bill.
Declaration
[JsonProperty("percentageAdjustment")]
public virtual GoogleCloudChannelV1PercentageAdjustment PercentageAdjustment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1PercentageAdjustment |