Method: OpenapiClient::StandInDetails.attribute_map
- Defined in:
- lib/openapi_client/models/stand_in_details.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
59 60 61 62 63 64 65 66 67 68 |
# File 'lib/openapi_client/models/stand_in_details.rb', line 59 def self.attribute_map { :'stand_in_type' => :'standInType', :'number_of_debits' => :'numberOfDebits', :'si_validated' => :'siValidated', :'maximum_transaction_amount' => :'maximumTransactionAmount', :'si_hub_id' => :'siHubId', :'frequency' => :'frequency' } end |