Method: Bitpesa::PayoutMethod.openapi_types
- Defined in:
- lib/bitpesa-sdk/models/payout_method.rb
.openapi_types ⇒ Object
Attribute type mapping.
47 48 49 50 51 52 53 54 55 56 |
# File 'lib/bitpesa-sdk/models/payout_method.rb', line 47 def self.openapi_types { :'type' => :'String', :'details' => :'PayoutMethodDetails', :'metadata' => :'Object', :'id' => :'String', :'errors' => :'Hash<String, Array<ValidationErrorDescription>>', :'fields' => :'Hash<String, FieldDescription>' } end |