Method: TransferZero::Transaction#input_currency
- Defined in:
- lib/transferzero-sdk/models/transaction.rb
#input_currency ⇒ Object
The input currency describes what currency the transaction will be paid in (3-character alpha ISO 4217 currency format). For example if you wish to create an EUR to NGN transaction then input currency should be set to EUR.
19 20 21 |
# File 'lib/transferzero-sdk/models/transaction.rb', line 19 def input_currency @input_currency end |