ENUM

PaymentTransactionTypeFilter

Select the kind of transactions.

link GraphQL Schema definition

1enum PaymentTransactionTypeFilter {
2
3# Only return payment transactions that associated with subscription products.
4SUBSCRIPTIONS
5
6# Only return payment transactions that are associated with subtoken purchases and
7# redemptions.
8SUB_TOKEN
9
10# The default filter (no filter).
11ALL
12}