Sha256: fdd3baf69bee83ea4d0bdb9f5e53c41c079eb74e3d68048e52fcec8a4768871a

Contents?: true

Size: 686 Bytes

Versions: 1

Compression:

Stored size: 686 Bytes

Contents

# VeloPayments::FundingEvent

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **source_type** | **String** | OA3 Schema type name for the source info which is used as the discriminator value to ensure that data binding works correctly |  |
| **event_id** | **String** | UUID id of the source event in the Velo platform |  |
| **created_at** | **Time** | ISO8601 timestamp indicating when the source event was created |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::FundingEvent.new(
  source_type: payment_status_changed,
  event_id: 270ab907-27ec-4b83-8028-0ff432bbdec4,
  created_at: 2020-06-18T15:09:42Z
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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