Class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemBundleDetails

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(**args) ⇒ SubscriptionLineItemBundleDetails

Returns a new instance of SubscriptionLineItemBundleDetails.



1322
1323
1324
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1322

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bundle_element_detailsArray<Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails>

Output only. The details for each element in the hard bundle. Corresponds to the JSON property bundleElementDetails



1320
1321
1322
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1320

def bundle_element_details
  @bundle_element_details
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1327
1328
1329
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1327

def update!(**args)
  @bundle_element_details = args[:bundle_element_details] if args.key?(:bundle_element_details)
end