InvoiceFinancialTransactionType
Defines the types of financial transactions associated with an invoice.
enum InvoiceFinancialTransactionType {
CREDIT_NOTE
INVOICE
PAYMENT
REFUND
}
Values
InvoiceFinancialTransactionType.CREDIT_NOTE
The transaction is a credit note.
InvoiceFinancialTransactionType.INVOICE
The transaction is an invoice.
InvoiceFinancialTransactionType.PAYMENT
The transaction is a payment.
InvoiceFinancialTransactionType.REFUND
The transaction is a refund.
Member Of
Invoice
object ● InvoiceSearchFilterInput
input