google_api_content v0.22.0 GoogleApi.Content.V2.Model.OrderinvoicesCreateChargeInvoiceRequest View Source

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 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 Source
t() :: %GoogleApi.Content.V2.Model.OrderinvoicesCreateChargeInvoiceRequest{
  invoiceId: String.t(),
  invoiceSummary: GoogleApi.Content.V2.Model.InvoiceSummary.t(),
  lineItemInvoices: [
    GoogleApi.Content.V2.Model.ShipmentInvoiceLineItemInvoice.t()
  ],
  operationId: String.t(),
  shipmentGroupId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.