Class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemBundleDetails
- Inherits:
-
Object
- Object
- Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemBundleDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/paymentsresellersubscription_v1/classes.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb
Overview
The bundle details for a line item corresponding to a hard bundle.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ SubscriptionLineItemBundleDetails
constructor
A new instance of SubscriptionLineItemBundleDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SubscriptionLineItemBundleDetails
Returns a new instance of SubscriptionLineItemBundleDetails.
1496 1497 1498 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1496 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bundle_element_details ⇒ Array<Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails>
Output only. The details for each element in the hard bundle.
Corresponds to the JSON property bundleElementDetails
1494 1495 1496 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1494 def bundle_element_details @bundle_element_details end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1501 1502 1503 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1501 def update!(**args) @bundle_element_details = args[:bundle_element_details] if args.key?(:bundle_element_details) end |