Sha256: 5aa3315caed474dfc5f56301bbfe9185fc4a7e88c97b0c75bbfc77c66c1d2e65
Contents?: true
Size: 845 Bytes
Versions: 5
Compression:
Stored size: 845 Bytes
Contents
# VeloPayments::DebitEvent ## 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 | | | **debit_transaction_id** | **String** | ID of this debit transaction within the Velo platform | | ## Example ```ruby require 'velopayments' instance = VeloPayments::DebitEvent.new( source_type: payment_status_changed, event_id: 270ab907-27ec-4b83-8028-0ff432bbdec4, created_at: 2020-06-18T15:09:42Z, debit_transaction_id: cbd9280f-8fde-4190-b014-979d88f3ec54 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems