GoogleApi.Content.V21.Model.ShipmentInvoice (google_api_content v0.51.0) View Source
Attributes
-
invoiceSummary
(type:GoogleApi.Content.V21.Model.InvoiceSummary.t
, default:nil
) - [required] Invoice summary. -
lineItemInvoices
(type:list(GoogleApi.Content.V21.Model.ShipmentInvoiceLineItemInvoice.t)
, default:nil
) - [required] Invoice details per line item. -
shipmentGroupId
(type:String.t
, default:nil
) - [required] ID of the shipment group. It is assigned by the merchant in theshipLineItems
method and is used to group multiple line items that have the same kind of shipping charges.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.ShipmentInvoice{ invoiceSummary: GoogleApi.Content.V21.Model.InvoiceSummary.t(), lineItemInvoices: [ GoogleApi.Content.V21.Model.ShipmentInvoiceLineItemInvoice.t() ], shipmentGroupId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.