createStripeCustomerDetailInput
Autogenerated input type of createStripeCustomerDetail
Fields
card_type_label
· String · Options are 'hsa', 'fsa', and 'personal'. Defaults to personal Used By
Definition
"""Autogenerated input type of createStripeCustomerDetail"""input createStripeCustomerDetailInput { """ Options are 'hsa', 'fsa', and 'personal'. Defaults to personal """ card_type_label: String is_default: Boolean token: String user_id: ID}