Method: Bitpesa::Recipient.openapi_types
- Defined in:
- lib/bitpesa-sdk/models/recipient.rb
.openapi_types ⇒ Object
Attribute type mapping.
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 |
# File 'lib/bitpesa-sdk/models/recipient.rb', line 101 def self.openapi_types { :'requested_amount' => :'Float', :'requested_currency' => :'String', :'payout_method' => :'PayoutMethod', :'metadata' => :'Object', :'created_at' => :'DateTime', :'editable' => :'BOOLEAN', :'input_usd_amount' => :'Float', :'may_cancel' => :'BOOLEAN', :'state_reason' => :'String', :'state' => :'RecipientState', :'transaction_id' => :'String', :'transaction_state' => :'TransactionState', :'exchange_rate' => :'Float', :'fee_fractional' => :'Float', :'input_amount' => :'Float', :'input_currency' => :'String', :'output_amount' => :'Float', :'output_currency' => :'String', :'id' => :'String', :'errors' => :'Hash<String, Array<ValidationErrorDescription>>' } end |