OBJECT
BitsPaymentMethods
The type used when checking which payment methods a user can use.
link GraphQL Schema definition
1 type BitsPaymentMethods { 2 3 # A list of the valid bits payment methods for a user. 4 : [BitsPaymentMethodType!] 5 6 }
OBJECT
The type used when checking which payment methods a user can use.
1 type BitsPaymentMethods { 2 3 # A list of the valid bits payment methods for a user. 4 : [BitsPaymentMethodType!] 5 6 }