Method: Bitpesa::PayoutMethod.attribute_map
- Defined in:
- lib/bitpesa-sdk/models/payout_method.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
35 36 37 38 39 40 41 42 43 44 |
# File 'lib/bitpesa-sdk/models/payout_method.rb', line 35 def self.attribute_map { :'type' => :'type', :'details' => :'details', :'metadata' => :'metadata', :'id' => :'id', :'errors' => :'errors', :'fields' => :'fields' } end |