Sha256: e379f009acfb5f537219cf7cb04625dff63228c5451a2c9779c707e96faf07df
Contents?: true
Size: 901 Bytes
Versions: 4
Compression:
Stored size: 901 Bytes
Contents
# VeloPayments::PayeePayorRefV3 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payor_id** | **String** | | [optional] **remote_id** | **String** | | [optional] **invitation_status** | **String** | | [optional] **invitation_status_timestamp** | **DateTime** | The timestamp when the invitation status is updated | [optional] **payment_channel_id** | **String** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PayeePayorRefV3.new(payor_id: ba08877f-9d96-41e4-9c26-44a872d856ae, remote_id: uniqueIdForRemoteEntity, invitation_status: ACCEPTED, invitation_status_timestamp: 2019-01-20T09:00Z, payment_channel_id: 70faaff7-2c32-4b44-b27f-f0b6c484e6f3) ```
Version data entries
4 entries across 4 versions & 1 rubygems