OBJECT
StripeCustomerDetail
Details of the 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 :
- # Stripe card country
- String :
- # The expiration date of the card
- String :
- # Whether the card is expiring next month
- Boolean :
- # The unique identifier of the customer detail object
- ID! :
- # The 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 :
- # Stripe card address zip
- 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.
- SupportDashboardUserINTERNAL -- Data on the User Object
- updateStripeCustomerDetailPayloadAutogenerated return type of updateStripeCustomerDetail.
- UserAn user entry, returns basic user information