Sha256: b4a75fb8ed177a80c7585cb11a453d8ce5441e195c65166c7ffd1cf935d51a12
Contents?: true
Size: 986 Bytes
Versions: 5
Compression:
Stored size: 986 Bytes
Contents
# VeloPayments::PayeeDetailsChanged ## 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 | | | **payee_id** | **String** | ID of this payee within the Velo platform | | | **reasons** | [**Array<PayeeEventAllOfReasons>**](PayeeEventAllOfReasons.md) | The reasons for the event notification. | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayeeDetailsChanged.new( source_type: payment_status_changed, event_id: 270ab907-27ec-4b83-8028-0ff432bbdec4, created_at: 2020-06-18T15:09:42Z, payee_id: cbd9280f-8fde-4190-b014-979d88f3ec54, reasons: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems