ENUM

PaymentHistoryEntryStatus

link GraphQL Schema definition

1enum PaymentHistoryEntryStatus {
2PENDING
3SUCCESS
4FAILED
5}