Method: Bitpesa::Debit.openapi_types
- Defined in:
- lib/bitpesa-sdk/models/debit.rb
.openapi_types ⇒ Object
Attribute type mapping.
64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/bitpesa-sdk/models/debit.rb', line 64 def self.openapi_types { :'amount' => :'Float', :'currency' => :'String', :'to_type' => :'String', :'to_id' => :'String', :'metadata' => :'Object', :'id' => :'String', :'created_at' => :'DateTime', :'usd_amount' => :'Float', :'running_balance' => :'Float', :'errors' => :'Hash<String, Array<ValidationErrorDescription>>' } end |