GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails (google_api_payments_reseller_subscription v0.8.0)
View SourceThe details for an element in the hard bundle.
Attributes
-
product(type:String.t, default:nil) - Output only. Product resource name that identifies the bundle element. The format is 'partners/{partner_id}/products/{product_id}'. -
userAccountLinkedTime(type:DateTime.t, default:nil) - Output only. The time when this product is linked to an end user.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails{ product: String.t() | nil, userAccountLinkedTime: DateTime.t() | nil }