Method: Plaid::BeaconUserData.openapi_types
- Defined in:
- lib/plaid/models/beacon_user_data.rb
.openapi_types ⇒ Object
Attribute type mapping.
59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/plaid/models/beacon_user_data.rb', line 59 def self.openapi_types { :'date_of_birth' => :'Date', :'name' => :'BeaconUserName', :'address' => :'BeaconUserAddress', :'email_address' => :'String', :'phone_number' => :'String', :'id_number' => :'BeaconUserIDNumber', :'ip_address' => :'String', :'depository_accounts' => :'Array<BeaconUserDepositoryAccount>' } end |