Class GoogleCloudChannelV1PercentageAdjustment
An adjustment that applies a flat markup or markdown to an entire bill.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1PercentageAdjustment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Percentage
The percentage of the bill to adjust. For example: Mark down by 1% => "-1.00" Mark up by 1% => "1.00" Pass-Through => "0.00"
Declaration
[JsonProperty("percentage")]
public virtual GoogleTypeDecimal Percentage { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDecimal |