StripeSourcesType
No description
type StripeSourcesType {
id: String
isDefault: Boolean
bank_name: String
last4: String
status: String
used_for_payment: Boolean
brand: String
exp_month: String
exp_year: String
flow: String
type: String
sepa_debit: StripeSepaDebitType
card: StripeCardType
}
Fields
StripeSourcesType.id
● String
scalar
StripeSourcesType.isDefault
● Boolean
scalar
StripeSourcesType.bank_name
● String
scalar
StripeSourcesType.last4
● String
scalar
StripeSourcesType.status
● String
scalar
StripeSourcesType.used_for_payment
● Boolean
scalar
StripeSourcesType.brand
● String
scalar
StripeSourcesType.exp_month
● String
scalar
StripeSourcesType.exp_year
● String
scalar
StripeSourcesType.flow
● String
scalar
StripeSourcesType.type
● String
scalar
StripeSourcesType.sepa_debit
● StripeSepaDebitType
object
StripeSourcesType.card
● StripeCardType
object
Member of
StripeCustomerType
object