Method: TransferZero::AccountListResponse.openapi_types
- Defined in:
- lib/transferzero-sdk/models/account_list_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
30 31 32 33 34 35 |
# File 'lib/transferzero-sdk/models/account_list_response.rb', line 30 def self.openapi_types { :'object' => :'Array<Account>', :'meta' => :'AccountMeta' } end |