OBJECT
CreditCardWithStripeError
link GraphQL Schema definition
- type CreditCardWithStripeError {
- # The payment method created
- PaymentMethod! :
- # This field will be set if there was an error with Stripe during strong customer
- # authentication
- StripeError :
- }