Enumeration InvoiceState

The state of an invoice.

Enumeration Members

Enumeration Members

Completed: "COMPLETED"

This invoice is completed.

Created: "CREATED"

This invoice was created and ready for payment.

Error: "ERROR"

An error was encountered while performing this payment.

Pending: "PENDING"

This invoice is pending payment.

Generated using TypeDoc