GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1Product (google_api_payments_reseller_subscription v0.2.0) View Source
A Product resource that defines a subscription service that can be resold.
Attributes
-
name
(type:String.t
, default:nil
) - Output only. Response only. Resource name of the subscription. It will have the format of "partners/{partner_id}/products/{product_id}" -
regionCodes
(type:list(String.t)
, default:nil
) - Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refers to: https://en.wikipedia.org/wiki/ISO_3166-1 -
subscriptionBillingCycleDuration
(type:GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1Duration.t
, default:nil
) - Output only. Specifies the length of the billing cycle of the subscription. -
titles
(type:list(GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleTypeLocalizedText.t)
, default:nil
) - Output only. Localized human readable name of the product.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1Product{ name: String.t() | nil, regionCodes: [String.t()] | nil, subscriptionBillingCycleDuration: GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1Duration.t() | nil, titles: [ GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleTypeLocalizedText.t() ] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.