Method: Bitpesa::Debit.attribute_map

Defined in:
lib/bitpesa-sdk/models/debit.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



48
49
50
51
52
53
54
55
56
57
58
59
60
61
# File 'lib/bitpesa-sdk/models/debit.rb', line 48

def self.attribute_map
  {
    :'amount' => :'amount',
    :'currency' => :'currency',
    :'to_type' => :'to_type',
    :'to_id' => :'to_id',
    :'metadata' => :'metadata',
    :'id' => :'id',
    :'created_at' => :'created_at',
    :'usd_amount' => :'usd_amount',
    :'running_balance' => :'running_balance',
    :'errors' => :'errors'
  }
end