GoogleApi.PaymentsResellerSubscription.V1.Model.SubscriptionLineItemBundleDetails (google_api_payments_reseller_subscription v0.8.0)
View SourceThe bundle details for a line item corresponding to a hard bundle.
Attributes
-
bundleElementDetails(type:list(GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails.t), default:nil) - Output only. The details for each element in the hard bundle.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PaymentsResellerSubscription.V1.Model.SubscriptionLineItemBundleDetails{ bundleElementDetails: [ GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails.t() ] | nil }