InvoiceType
InvoiceType is the type of invoice.
enum InvoiceType {
UNDEFINED
FIRST_UPFRONT
ONE_OFF
YEAR_SETTLEMENT
FINAL_SETTLEMENT
GENERIC
MONTHLY_UPFRONT
CREDIT
COLLECTION
MONTHLY_SETTLE
}
Values
InvoiceType.UNDEFINED
This is the default value and is considered erroneous.
InvoiceType.FIRST_UPFRONT
An upfront invoice.
InvoiceType.ONE_OFF
A one-off invoice.
InvoiceType.YEAR_SETTLEMENT
A yearly settlement invoice.
InvoiceType.FINAL_SETTLEMENT
A final settlement invoice.
InvoiceType.GENERIC
A generic invoice.
InvoiceType.MONTHLY_UPFRONT
A monthly upfront invoice.
InvoiceType.CREDIT
A credit invoice.
InvoiceType.COLLECTION
A collection invoice.
InvoiceType.MONTHLY_SETTLE
A monthly settlement invoice.
Member Of
Invoice object ● InvoiceTypeFilterInput input