Method: FuseClient::GetFinancialConnectionsTransactionsRequest.openapi_types

Defined in:
lib/fuse_client/models/get_financial_connections_transactions_request.rb

.openapi_typesObject

Attribute type mapping.



50
51
52
53
54
55
56
57
58
# File 'lib/fuse_client/models/get_financial_connections_transactions_request.rb', line 50

def self.openapi_types
  {
    :'access_token' => :'String',
    :'start_date' => :'String',
    :'end_date' => :'String',
    :'page' => :'Integer',
    :'records_per_page' => :'Integer'
  }
end