GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1ProductPayload (google_api_payments_reseller_subscription v0.8.0)
View SourceSpecifies product specific payload.
Attributes
-
googleHomePayload(type:GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload.t, default:nil) - Payload specific to Google Home products. -
googleOnePayload(type:GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload.t, default:nil) - Product-specific payloads. Payload specific to Google One products. -
youtubePayload(type:GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload.t, default:nil) - Payload specific to Youtube products.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1ProductPayload{ googleHomePayload: GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload.t() | nil, googleOnePayload: GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload.t() | nil, youtubePayload: GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload.t() | nil }