Method: TransferZero::AccountValidationRequest.openapi_types
- Defined in:
- lib/transferzero-sdk/models/account_validation_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
70 71 72 73 74 75 76 77 78 79 |
# File 'lib/transferzero-sdk/models/account_validation_request.rb', line 70 def self.openapi_types { :'bank_account' => :'String', :'bank_code' => :'String', :'phone_number' => :'String', :'country' => :'String', :'currency' => :'String', :'method' => :'String' } end |