google_api_content v0.4.0 GoogleApi.Content.V2.Model.OrderinvoicesCreateRefundInvoiceRequest View Source

Attributes

  • invoiceId (String.t): [required] The ID of the invoice. Defaults to: null.
  • operationId (String.t): [required] The ID of the operation, unique across all operations for a given order. Defaults to: null.
  • refundOnlyOption (OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption): Option to create a refund-only invoice. Exactly one of refundOnlyOption or returnOption must be provided. Defaults to: null.
  • returnOption (OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption): Option to create an invoice for a refund and mark all items within the invoice as returned. Exactly one of refundOnlyOption or returnOption must be provided. Defaults to: null.
  • shipmentInvoices ([ShipmentInvoice]): Invoice details for different shipment groups. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

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.