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.



1433
1434
1435
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1433

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

Instance Attribute Details

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

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



1431
1432
1433
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1431

def bundle_element_details
  @bundle_element_details
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1438
1439
1440
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1438

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