OBJECT

BitsPaymentMethods

The type used when checking which payment methods a user can use.

link GraphQL Schema definition

1type BitsPaymentMethods {
2
3# A list of the valid bits payment methods for a user.
4paymentMethods: [BitsPaymentMethodType!]
5
6}