Method: Plaid::TransferListRequest.openapi_types

Defined in:
lib/plaid/models/transfer_list_request.rb

.openapi_typesObject

Attribute type mapping.



67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'lib/plaid/models/transfer_list_request.rb', line 67

def self.openapi_types
  {
    :'client_id' => :'String',
    :'secret' => :'String',
    :'start_date' => :'Time',
    :'end_date' => :'Time',
    :'count' => :'Integer',
    :'offset' => :'Integer',
    :'origination_account_id' => :'String',
    :'originator_client_id' => :'String',
    :'funding_account_id' => :'String'
  }
end