StripeCustomerType
No description
type StripeCustomerType {
id: String
tax_exempt: String
email: String
name: String
subscriptions: [StripeSubscriptionType]
activeSubscription: StripeSubscriptionType
invoices: [StripeInvoiceType]
sources: [StripeSourcesType]
address: StripeAddressType
taxIds: [StripeTaxIdType]
}
Fields
StripeCustomerType.id
● String
scalar
StripeCustomerType.tax_exempt
● String
scalar
StripeCustomerType.email
● String
scalar
StripeCustomerType.name
● String
scalar
StripeCustomerType.subscriptions
● [StripeSubscriptionType]
list object
StripeCustomerType.activeSubscription
● StripeSubscriptionType
object
StripeCustomerType.invoices
● [StripeInvoiceType]
list object
StripeCustomerType.sources
● [StripeSourcesType]
list object
StripeCustomerType.address
● StripeAddressType
object
StripeCustomerType.taxIds
● [StripeTaxIdType]
list object
Returned by
removeStripePaymentMethod
mutation ● setDefaultStripePaymentMethod
mutation ● stripeInformation
query ● updateStripeCustomer
mutation