EInvoiceStatus
Represents information about an e-invoice's status.
enum EInvoiceStatus {
PENDING
PROCESSING
SENT
FAILED
}
Values
EInvoiceStatus.PENDING
The e-invoice is pending dispatch to the service provider.
EInvoiceStatus.PROCESSING
The e-invoice is being processed by the service provider.
EInvoiceStatus.SENT
The e-invoice has been sent to the service provider.
EInvoiceStatus.FAILED
The e-invoice has failed to be sent to the service provider.
Member Of
Invoice
object