Method: MoneyKit::TransactionSyncResponse.openapi_types
- Defined in:
- lib/moneykit/models/transaction_sync_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
46 47 48 49 50 51 52 53 54 |
# File 'lib/moneykit/models/transaction_sync_response.rb', line 46 def self.openapi_types { :'transactions' => :'TransactionSync', :'accounts' => :'Array<AccountResponse>', :'cursor' => :'CursorPagination', :'has_more' => :'Boolean', :'link' => :'LinkCommon' } end |