Sha256: 2c0592337d3e33086bd6e3262fd45937aced7fdd4a33e1cdb241941521d2edfe
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
# VeloPayments::PaymentInstruction ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **remote_id** | **String** | Your identifier for payee | **currency** | **String** | Valid ISO 4217 3 letter currency code. See the <a href=\"https://www.iso.org/iso-4217-currency-codes.html\" target=\"_blank\" a>ISO specification</a> for details. | **amount** | **Integer** | <p>Amount to send to Payee</p> <p>The maximum payment amount is dependent on the currency</p> | **payment_memo** | **String** | | [optional] **source_account_name** | **String** | | **payor_payment_id** | **String** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PaymentInstruction.new(remote_id: remoteId1234, currency: USD, amount: 1299, payment_memo: my memo, source_account_name: MyAccountName, payor_payment_id: 123211321ABSD) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.20.119 | docs/PaymentInstruction.md |
velopayments-2.20.29.beta1 | docs/PaymentInstruction.md |
velopayments-2.19.116 | docs/PaymentInstruction.md |