InvoiceType

  • UNSPECIFIED and UNKNOWN are enum values related to invoice types with no specific meaning or used only for return values, respectively.

  • A CREDIT_MEMO is an invoice with a negative amount that results in a credit to the account.

  • An INVOICE is an invoice with a positive amount indicating the account owes a balance.

The possible type of invoices.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

CREDIT_MEMO

An invoice with a negative amount. The account receives a credit.

INVOICE

An invoice with a positive amount. The account owes a balance.