google_api_content v0.2.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 type
t()
View Source
t() :: %GoogleApi.Content.V2.Model.OrderinvoicesCreateRefundInvoiceRequest{ invoiceId: any(), operationId: any(), refundOnlyOption: GoogleApi.Content.V2.Model.OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption.t(), returnOption: GoogleApi.Content.V2.Model.OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption.t(), shipmentInvoices: [GoogleApi.Content.V2.Model.ShipmentInvoice.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.