Method: OpenapiClient::StandInDetails.openapi_types
- Defined in:
- lib/openapi_client/models/stand_in_details.rb
.openapi_types ⇒ Object
Attribute type mapping.
71 72 73 74 75 76 77 78 79 80 |
# File 'lib/openapi_client/models/stand_in_details.rb', line 71 def self.openapi_types { :'stand_in_type' => :'String', :'number_of_debits' => :'String', :'si_validated' => :'Boolean', :'maximum_transaction_amount' => :'Float', :'si_hub_id' => :'String', :'frequency' => :'String' } end |