Sha256: b1f5bfbf5787fa6b71105379e4578ca829bbe020d9f513fc8f7f69b7cc33ad7a
Contents?: true
Size: 1.34 KB
Versions: 3
Compression:
Stored size: 1.34 KB
Contents
# VeloPayments::RejectedPayment ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **remote_id** | **String** | | **currency_type** | **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** | | **source_account_name** | **String** | | **payor_payment_id** | **String** | | **reason** | **String** | | **reason_code** | **String** | | [optional] **line_number** | **Integer** | | [optional] **message** | **String** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::RejectedPayment.new(remote_id: remoteIdVal123, currency_type: USD, amount: 1234, source_account_name: Chase, payor_payment_id: paymenIdVal123123, reason: The payee has not been onboarded, reason_code: PAYMENT_VALUE_TOO_HIGH, line_number: 10, message: Payment cannot be processed because of the Payee's OFAC or Compliance Status) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.20.119 | docs/RejectedPayment.md |
velopayments-2.20.29.beta1 | docs/RejectedPayment.md |
velopayments-2.19.116 | docs/RejectedPayment.md |