Method: TransferZero::AccountValidationRequest.attribute_map

Defined in:
lib/transferzero-sdk/models/account_validation_request.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



58
59
60
61
62
63
64
65
66
67
# File 'lib/transferzero-sdk/models/account_validation_request.rb', line 58

def self.attribute_map
  {
    :'bank_account' => :'bank_account',
    :'bank_code' => :'bank_code',
    :'phone_number' => :'phone_number',
    :'country' => :'country',
    :'currency' => :'currency',
    :'method' => :'method'
  }
end