Method: Bitpesa::Recipient#requested_amount
- Defined in:
- lib/bitpesa-sdk/models/recipient.rb
#requested_amount ⇒ Object
the amount that should be paid to the recipient. This can be in any currency, usually either the input or the output currency. If the value here is not the output currency we will calculate how much the recipient is going to get using the exchange rates active when the transaction was created.
19 20 21 |
# File 'lib/bitpesa-sdk/models/recipient.rb', line 19 def requested_amount @requested_amount end |