OBJECT
StripePaymentMethod
link GraphQL Schema definition
1 type StripePaymentMethod { 2 3 # The brand of this payment method 4 : String! 5 6 # The expiration month of this payment method 7 : String! 8 9 # The expiration year of this payment method 10 : String! 11 12 # The stripe payment id of this payment method 13 : String! 14 15 # The last four digits of this payment method 16 : String! 17 18 }