class Google::Apis::ContentV2_1::InvoiceSummary

Attributes

additional_charge_summaries[RW]

Summary of the total amounts of the additional charges. Corresponds to the JSON property `additionalChargeSummaries` @return [Array<Google::Apis::ContentV2_1::InvoiceSummaryAdditionalChargeSummary>]

product_total[RW]
required

Total price for the product.

Corresponds to the JSON property `productTotal` @return [Google::Apis::ContentV2_1::Amount]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 3628
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 3633
def update!(**args)
  @additional_charge_summaries = args[:additional_charge_summaries] if args.key?(:additional_charge_summaries)
  @product_total = args[:product_total] if args.key?(:product_total)
end