google_api_content v0.11.0 GoogleApi.Content.V2.Model.InvoiceSummary View Source
Attributes
additionalChargeSummaries
(type:list(GoogleApi.Content.V2.Model.InvoiceSummaryAdditionalChargeSummary.t)
, default:nil
) - Summary of the total amounts of the additional charges.customerBalance
(type:GoogleApi.Content.V2.Model.Amount.t
, default:nil
) - Deprecated.googleBalance
(type:GoogleApi.Content.V2.Model.Amount.t
, default:nil
) - Deprecated.merchantBalance
(type:GoogleApi.Content.V2.Model.Amount.t
, default:nil
) - Deprecated.productTotal
(type:GoogleApi.Content.V2.Model.Amount.t
, default:nil
) - [required] Total price for the product.promotionSummaries
(type:list(GoogleApi.Content.V2.Model.Promotion.t)
, default:nil
) - Deprecated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Content.V2.Model.InvoiceSummary{
additionalChargeSummaries: [
GoogleApi.Content.V2.Model.InvoiceSummaryAdditionalChargeSummary.t()
],
customerBalance: GoogleApi.Content.V2.Model.Amount.t(),
googleBalance: GoogleApi.Content.V2.Model.Amount.t(),
merchantBalance: GoogleApi.Content.V2.Model.Amount.t(),
productTotal: GoogleApi.Content.V2.Model.Amount.t(),
promotionSummaries: [GoogleApi.Content.V2.Model.Promotion.t()]
}
t() :: %GoogleApi.Content.V2.Model.InvoiceSummary{ additionalChargeSummaries: [ GoogleApi.Content.V2.Model.InvoiceSummaryAdditionalChargeSummary.t() ], customerBalance: GoogleApi.Content.V2.Model.Amount.t(), googleBalance: GoogleApi.Content.V2.Model.Amount.t(), merchantBalance: GoogleApi.Content.V2.Model.Amount.t(), productTotal: GoogleApi.Content.V2.Model.Amount.t(), promotionSummaries: [GoogleApi.Content.V2.Model.Promotion.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.