Method: Wallee::RefundCreate.attribute_map
- Defined in:
- lib/wallee-ruby-sdk/models/refund_create.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/wallee-ruby-sdk/models/refund_create.rb', line 45 def self.attribute_map { :'amount' => :'amount', :'completion' => :'completion', :'external_id' => :'externalId', :'merchant_reference' => :'merchantReference', :'reductions' => :'reductions', :'transaction' => :'transaction', :'type' => :'type' } end |