INPUT_OBJECT
AccountHolderInput
Account Holder input
link GraphQL Schema definition
- input AccountHolderInput {
- # Account Holder Address
- : AddressInput
- # Account Holder Date of Birth
- : String
- # Account Holder Driver's License (back)
- : String
- # Account Holder Driver's License (front)
- : String
- # Account Holder Email Address
- : String
- # Account Holder First Name
- : String
- # Account Holder Last Name
- : String
- # Account Holder Phone Number
- : String
- # Account Holder Social Security Number
- : String
- }