ENUM

InvoicePaymentType

link GraphQL Schema definition

1enum InvoicePaymentType {
2STANDARD
3CREDIT
4PREPAID
5EXTERNAL
6}