Sha256: 6c106d21653a4e6f212de0f3f30a7a7101f8a5cb11bab0783abd63fc7e6edb3b
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
Contents
# VeloPayments::DebitStatusChanged ## 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 | | | **status** | **String** | The new status of the debit. One of \"PENDING\" \"PROCESSING\" \"REJECTED\" \"RELEASED\" | | ## Example ```ruby require 'velopayments' instance = VeloPayments::DebitStatusChanged.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, status: PENDING ) ```
Version data entries
5 entries across 5 versions & 1 rubygems