InvoiceFinancialTransactionType
Defines the types of financial transactions associated with an invoice.
enum InvoiceFinancialTransactionType {
CREDIT_NOTE
INVOICE
PAYMENT @deprecated
REFUND @deprecated
}
Values
InvoiceFinancialTransactionType.CREDIT_NOTE
The transaction is a credit note.
InvoiceFinancialTransactionType.INVOICE
The transaction is an invoice.
InvoiceFinancialTransactionType.PAYMENT deprecated
DEPRECATED
This is not a valid invoice transaction type and will be removed in a future release.
The transaction is a payment.
InvoiceFinancialTransactionType.REFUND deprecated
DEPRECATED
This is not a valid invoice transaction type and will be removed in a future release.
The transaction is a refund.
Member Of
Invoice object ● InvoiceSearchFilterInput input ● InvoiceTransactionTypesFilter input ● MiscellaneousInvoice object ● MiscellaneousInvoiceSearchFilterInput input