GoogleApi.Content.V21.Model.OrderinvoicesCreateChargeInvoiceRequest (google_api_content v0.51.0) View Source
Attributes
-
invoiceId
(type:String.t
, default:nil
) - [required] The ID of the invoice. -
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. -
operationId
(type:String.t
, default:nil
) - [required] The ID of the operation, unique across all operations for a given order. -
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.OrderinvoicesCreateChargeInvoiceRequest{ invoiceId: String.t(), invoiceSummary: GoogleApi.Content.V21.Model.InvoiceSummary.t(), lineItemInvoices: [ GoogleApi.Content.V21.Model.ShipmentInvoiceLineItemInvoice.t() ], operationId: String.t(), shipmentGroupId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.