View Source GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig (google_api_payments_reseller_subscription v0.7.0)
Configs the prices in an available region.
Attributes
-
amount
(type:GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1Amount.t
, default:nil
) - Output only. The price in the region. -
regionCode
(type:String.t
, default:nil
) - Output only. 2-letter ISO region code where the product is available in. Ex. "US".
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig{ amount: GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1Amount.t() | nil, regionCode: String.t() | nil }