Name | Type | Description | Notes |
---|---|---|---|
token | String | [optional] | |
active | Boolean | default = true | [optional][default to false] |
notes | String | [optional] | |
ip_address | String | [optional] | |
password | String | Strong password required | [optional] |
phone | String | [optional] | |
metadata | Hash<String, String> | [optional] | |
account_holder_group_token | String | [optional] | |
authentication | Authentication | [optional] | |
created_time | Time | yyyy-MM-ddTHH:mm:ssZ | |
last_modified_time | Time | yyyy-MM-ddTHH:mm:ssZ | |
status | String | [optional] | |
business_name_legal | String | [optional] | |
business_name_dba | String | [optional] | |
office_location | AddressResponseModel | [optional] | |
in_current_location_since | Time | [optional] | |
website | String | [optional] | |
date_established | Time | [optional] | |
general_business_description | String | [optional] | |
history | String | [optional] | |
business_type | String | [optional] | |
international_office_locations | String | [optional] | |
taxpayer_id | String | [optional] | |
duns_number | String | [optional] | |
primary_contact | PrimaryContactInfoModel | [optional] | |
incorporation | BusinessIncorporationResponse | [optional] | |
proprietor_or_officer | BusinessProprietorResponse | [optional] | |
identifications | Array<IdentificationResponseModel> | [optional] | |
attester_name | String | [optional] | |
attestation_consent | Boolean | [optional][default to false] | |
attester_title | String | [optional] | |
attestation_date | Time | [optional] | |
proprietor_is_beneficial_owner | Boolean | [optional][default to false] | |
beneficial_owner1 | BeneficialOwnerResponse | [optional] | |
beneficial_owner2 | BeneficialOwnerResponse | [optional] | |
beneficial_owner3 | BeneficialOwnerResponse | [optional] | |
beneficial_owner4 | BeneficialOwnerResponse | [optional] | |
deposit_account | DepositAccount |
require 'marqeta'
instance = Marqeta::BusinessCardHolderResponse.new(
token: null,
active: null,
notes: null,
ip_address: null,
password: null,
phone: null,
metadata: null,
account_holder_group_token: null,
authentication: null,
created_time: null,
last_modified_time: null,
status: null,
business_name_legal: null,
business_name_dba: null,
office_location: null,
in_current_location_since: null,
website: null,
date_established: null,
general_business_description: null,
history: null,
business_type: null,
international_office_locations: null,
taxpayer_id: null,
duns_number: null,
primary_contact: null,
incorporation: null,
proprietor_or_officer: null,
identifications: null,
attester_name: null,
attestation_consent: null,
attester_title: null,
attestation_date: null,
proprietor_is_beneficial_owner: null,
beneficial_owner1: null,
beneficial_owner2: null,
beneficial_owner3: null,
beneficial_owner4: null,
deposit_account: null
)