Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig

Configs the prices in an available region.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig
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.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig : IDirectResponseSchema

Properties

Amount

Output only. The price in the region.

Declaration
[JsonProperty("amount")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1Amount Amount { get; set; }
Property Value
Type Description
GoogleCloudPaymentsResellerSubscriptionV1Amount

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RegionCode

Output only. 2-letter ISO region code where the product is available in. Ex. "US".

Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX