Sha256: be36fca16652a8b9b072034ed0ca6332ca3f8fb3c2510e2dbf01b31654de5023

Contents?: true

Size: 997 Bytes

Versions: 3

Compression:

Stored size: 997 Bytes

Contents

# VeloPayments::AcceptedPayment

## 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** |  | 
**payment_memo** | **String** |  | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::AcceptedPayment.new(remote_id: remoteIdVal123,
                                 currency_type: USD,
                                 amount: 1234,
                                 source_account_name: Chase,
                                 payor_payment_id: paymenIdVal123123,
                                 payment_memo: Payment memo)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.20.119 docs/AcceptedPayment.md
velopayments-2.20.29.beta1 docs/AcceptedPayment.md
velopayments-2.19.116 docs/AcceptedPayment.md