google_api_content v0.16.0 GoogleApi.Content.V2.Model.ShipmentInvoice View Source
Attributes
invoiceSummary
(type:GoogleApi.Content.V2.Model.InvoiceSummary.t
, default:nil
) - [required] Invoice summary.lineItemInvoices
(type:list(GoogleApi.Content.V2.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 the shipLineItems 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Content.V2.Model.ShipmentInvoice{ invoiceSummary: GoogleApi.Content.V2.Model.InvoiceSummary.t(), lineItemInvoices: [ GoogleApi.Content.V2.Model.ShipmentInvoiceLineItemInvoice.t() ], shipmentGroupId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.