Method: Plaid::TransferCreateRequest.openapi_types
- Defined in:
- lib/plaid/models/transfer_create_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'lib/plaid/models/transfer_create_request.rb', line 95 def self.openapi_types { :'client_id' => :'String', :'secret' => :'String', :'idempotency_key' => :'String', :'access_token' => :'String', :'account_id' => :'String', :'authorization_id' => :'String', :'type' => :'TransferType', :'network' => :'TransferNetwork', :'amount' => :'String', :'description' => :'String', :'ach_class' => :'ACHClass', :'user' => :'TransferUserInRequestDeprecated', :'metadata' => :'Hash<String, String>', :'origination_account_id' => :'String', :'iso_currency_code' => :'String', :'test_clock_id' => :'String', :'facilitator_fee' => :'String' } end |