Sha256: d47081cfa679c594ab58a1fda25700d8e52c5aa6b19c537de22739b788608781

Contents?: true

Size: 1.69 KB

Versions: 10

Compression:

Stored size: 1.69 KB

Contents

# VeloPayments::PaymentEventResponseV4

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event_id** | **String** | The id of the event. | 
**event_date_time** | **DateTime** | The date/time at which the event occurred. | 
**event_type** | **String** | The type of the event. | 
**source_currency** | [**PaymentAuditCurrencyV4**](PaymentAuditCurrencyV4.md) |  | [optional] 
**source_amount** | **Integer** | The source amount exposed by the event. | [optional] 
**payment_currency** | [**PaymentAuditCurrencyV4**](PaymentAuditCurrencyV4.md) |  | [optional] 
**payment_amount** | **Integer** | The destination amount exposed by the event. | [optional] 
**account_number** | **String** | The account number attached to the event. | [optional] 
**routing_number** | **String** | The routing number attached to the event. | [optional] 
**iban** | **String** |  | [optional] 
**account_name** | **String** |  | [optional] 
**principal** | **String** |  | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::PaymentEventResponseV4.new(event_id: null,
                                 event_date_time: null,
                                 event_type: null,
                                 source_currency: null,
                                 source_amount: 1299,
                                 payment_currency: null,
                                 payment_amount: 1299,
                                 account_number: null,
                                 routing_number: null,
                                 iban: null,
                                 account_name: null,
                                 principal: null)
```


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
velopayments-2.20.119 docs/PaymentEventResponseV4.md
velopayments-2.20.29.beta1 docs/PaymentEventResponseV4.md
velopayments-2.19.116 docs/PaymentEventResponseV4.md
velopayments-2.19.40.beta1 docs/PaymentEventResponseV4.md
velopayments-2.18.113 docs/PaymentEventResponseV4.md
velopayments-2.18.113.beta1 docs/PaymentEventResponseV4.md
velopayments-2.18.31.beta1 docs/PaymentEventResponseV4.md
velopayments-2.17.8.beta1 docs/PaymentEventResponseV4.md
velopayments-2.17.8 docs/PaymentEventResponseV4.md
velopayments-2.14.90.pre.1 docs/PaymentEventResponseV4.md