Method: TransferZero::Debit#amount
- Defined in:
- lib/transferzero-sdk/models/debit.rb
#amount ⇒ Object
The amount to be debited from your account. The "amount" parameter is optional - - if included, it must equal the amount required to fund the transaction. - if omitted, it will default to the amount required to fund the transaction.
19 20 21 |
# File 'lib/transferzero-sdk/models/debit.rb', line 19 def amount @amount end |