Sha256: 0145b50bd5fbd080693053b59e1cc5e67c2b02e2cd65797c48affeab7d9f8d67

Contents?: true

Size: 750 Bytes

Versions: 1

Compression:

Stored size: 750 Bytes

Contents

# VeloPayments::FundingEvent2

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **event_id** | **String** |  | [optional] |
| **event_date_time** | **Time** |  | [optional] |
| **funding_event_type** | **String** | Funding event type. One of the following values: PAYOR_FUNDING_DETECTED, PAYOR_FUNDING_REQUESTED, PAYOR_FUNDING_RETURN_RECEIVED, FUNDING_RETURN_DETECTED, PAYOR_FUNDING_REQUEST_SUBMITTED, PAYOR_FUNDING_ENTRY_DETAIL_RECEIVED, FUNDING_DEALLOCATED | [optional] |
| **principal** | **String** |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::FundingEvent2.new(
  event_id: null,
  event_date_time: null,
  funding_event_type: null,
  principal: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/FundingEvent2.md