createSetupIntentInput
Autogenerated input type of createSetupIntent
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USElegal_name
· String
· Optional. Defaults to first_name if left blank. phone_number
· String
· Optional provider_id
· ID
· The ID of the provider who will be associated with this payment method. stripe_idempotency_key
· String
· Optional, but recommended. Used to prevent duplicate SetupIntents from being created. organization_id
· ID
· The ID of the organization associated with this setup intent. Used By
Definition
"""Autogenerated input type of createSetupIntent"""input createSetupIntentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") email: String first_name: String last_name: String
""" Optional. Defaults to first_name if left blank. """ legal_name: String
""" Optional """ phone_number: String
""" The ID of the provider who will be associated with this payment method. """ provider_id: ID
""" Optional, but recommended. Used to prevent duplicate SetupIntents from being created. """ stripe_idempotency_key: String
""" Optional """ timezone: String
""" The ID of the organization associated with this setup intent. """ organization_id: ID}