View Source GoogleApi.Content.V2.Model.OrderinvoicesCreateChargeInvoiceRequest (google_api_content v0.70.1)
Attributes
-
invoiceId(type:String.t, default:nil) - [required] The ID of the invoice. -
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. -
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 theshipLineItemsmethod and is used to group multiple line items that have the same kind of shipping charges.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V2.Model.OrderinvoicesCreateChargeInvoiceRequest{ invoiceId: String.t() | nil, invoiceSummary: GoogleApi.Content.V2.Model.InvoiceSummary.t() | nil, lineItemInvoices: [GoogleApi.Content.V2.Model.ShipmentInvoiceLineItemInvoice.t()] | nil, operationId: String.t() | nil, shipmentGroupId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.