Show / Hide Table of Contents

Class GoogleCloudChannelV1PercentageAdjustment

An adjustment that applies a flat markup or markdown to an entire bill.

Inheritance
object
GoogleCloudChannelV1PercentageAdjustment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX