ENUM

PaymentTransactionType

Payment transaction type.

link GraphQL Schema definition

1enum PaymentTransactionType {
2
3# Transaction for a subscription type.
4SUBSCRIPTION
5
6# Transaction for a bits type.
7BITS
8
9# Transaction for a sub token.
10SUB_TOKEN
11
12# Transaction for gift cards.
13GIFT_CARD
14
15# Transaction for celebration.
16CELEBRATION
17
18# Transaction for an unknown type.
19UNKNOWN
20}