Method: Bitpesa::PayinMethodDetailsMobile#send_instructions
- Defined in:
- lib/bitpesa-sdk/models/payin_method_details_mobile.rb
#send_instructions ⇒ Object
States whether to send out the instructions to the phone number on how to pay the funds or not. This shuold always be set to true, otherwise the sender might not receive a prompt for payment.
22 23 24 |
# File 'lib/bitpesa-sdk/models/payin_method_details_mobile.rb', line 22 def send_instructions @send_instructions end |