Sha256: 54e01d3bd68e12306aa8409525666827750007402ca059d9922af6e77ef59842
Contents?: true
Size: 684 Bytes
Versions: 5
Compression:
Stored size: 684 Bytes
Contents
# VeloPayments::SourceEvent ## 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::SourceEvent.new( source_type: payment_status_changed, event_id: 270ab907-27ec-4b83-8028-0ff432bbdec4, created_at: 2020-06-18T15:09:42Z ) ```
Version data entries
5 entries across 5 versions & 1 rubygems