Class GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig
Configs the prices in an available region.
Implements
Inherited Members
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 |