Show / Hide Table of Contents

Class GoogleCloudChannelV1RepricingAdjustment

A type that represents the various adjustments you can apply to a bill.

Inheritance
object
GoogleCloudChannelV1RepricingAdjustment
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX