StripeAccount
No description
type StripeAccount {
id: ID!
mode: StripeAccountMode!
name: String
transferEnabled: Boolean!
chargeEnabled: Boolean!
}
No description
type StripeAccount {
id: ID!
mode: StripeAccountMode!
name: String
transferEnabled: Boolean!
chargeEnabled: Boolean!
}
StripeAccount.id
● ID!
non-null scalarStripeAccount.mode
● StripeAccountMode!
non-null enumStripeAccount.name
● String
scalarStripeAccount.transferEnabled
● Boolean!
non-null scalarStripeAccount.chargeEnabled
● Boolean!
non-null scalar