InvoiceSummary

JSON representation
{
  "productTotal": {
    object (Amount)
  },
  "additionalChargeSummaries": [
    {
      object (InvoiceSummaryAdditionalChargeSummary)
    }
  ]
}
Fields
productTotal

object (Amount)

[required] Total price for the product.

additionalChargeSummaries[]

object (InvoiceSummaryAdditionalChargeSummary)

Summary of the total amounts of the additional charges.

InvoiceSummaryAdditionalChargeSummary

JSON representation
{
  "type": string,
  "totalAmount": {
    object (Amount)
  }
}
Fields
type

string

[required] Type of the additional charge.

Acceptable values are:

  • "shipping"

totalAmount

object (Amount)

[required] Total additional charge for this type.