Skip to content

createStripeCustomerDetailInput

Autogenerated input type of createStripeCustomerDetail

Fields

deprecated DO NOT USE
card_type_label · String · Options are 'hsa', 'fsa', and 'personal'. Defaults to personal

Used By

Definition

"""
Autogenerated input type of createStripeCustomerDetail
"""
input createStripeCustomerDetailInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Options are 'hsa', 'fsa', and 'personal'. Defaults to personal
"""
card_type_label: String
is_default: Boolean
token: String
user_id: ID
}