StripeSetupIntentType
No description
type StripeSetupIntentType {
id: String
client_secret: String
last_setup_error: String
payment_method_types: [String]
status: String
usage: String
}
Fields
StripeSetupIntentType.id
● String
scalar
StripeSetupIntentType.client_secret
● String
scalar
StripeSetupIntentType.last_setup_error
● String
scalar
StripeSetupIntentType.payment_method_types
● [String]
list scalar
StripeSetupIntentType.status
● String
scalar
StripeSetupIntentType.usage
● String
scalar
Returned by
createStripeSetupIntent
mutation
Member of
StripeInvoiceType
object