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