Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Schema
OrderinvoicesCreateRefundInvoiceRequest
Interface OrderinvoicesCreateRefundInvoiceRequest
interface
OrderinvoicesCreateRefundInvoiceRequest
{
invoiceId
?:
string
;
operationId
?:
string
;
refundOnlyOption
?:
OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
;
returnOption
?:
OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
;
shipmentInvoices
?:
ShipmentInvoice
[]
;
}
Index
Properties
invoice
Id?
operation
Id?
refund
Only
Option?
return
Option?
shipment
Invoices?
Properties
Optional
invoice
Id
invoiceId
?:
string
Optional
operation
Id
operationId
?:
string
Optional
refund
Only
Option
refundOnlyOption
?:
OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
Optional
return
Option
returnOption
?:
OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
Optional
shipment
Invoices
shipmentInvoices
?:
ShipmentInvoice
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
invoice
Id
operation
Id
refund
Only
Option
return
Option
shipment
Invoices
Google Apps Script API
Loading...