OBJECT
StripeCustomerDetail
Details on client's credit card
link GraphQL Schema definition
- type StripeCustomerDetail {
- # The name of the bank the bank account is with (nil for 'Card' source types)
- String :
- # The brand of the card
- String :
- # The type of card indicated by the user. Defaults to personal, Options are 'hsa',
- # 'fsa', and 'personal'
- String :
- # The expiration date of the card
- String :
- Boolean :
- ID! :
- # Last 4 digits of the credit card
- String :
- # The status of the payment method
- String :
- # The type of payment method (either 'Card' or 'Bank Account')
- String :
- # The ID of the client (in Stripe)
- String :
- # The client associated with stripe account(in Healthie)
- User :
- # The ID of the client (in Healthie)
- String :
- }
link Require by
- bulkUpdateCardIssuesPayloadAutogenerated return type of bulkUpdateCardIssues
- createStripeCustomerDetailPayloadAutogenerated return type of createStripeCustomerDetail
- deleteStripeCustomerDetailPayloadAutogenerated return type of deleteStripeCustomerDetail
- QueryThe query root of this schema. See available queries.
- updateStripeCustomerDetailPayloadAutogenerated return type of updateStripeCustomerDetail
- UserAn user entry, returns basic user information