Method: UpBankingClient::CashbackObject.openapi_types
- Defined in:
- lib/up_banking/models/cashback_object.rb
.openapi_types ⇒ Object
Attribute type mapping.
38 39 40 41 42 43 |
# File 'lib/up_banking/models/cashback_object.rb', line 38 def self.openapi_types { :'description' => :'String', :'amount' => :'CashbackObjectAmount' } end |