Sha256: c40ee9227c464d7061d06fa17194ad47d1d4bff5f73922f120c70a066a302596
Contents?: true
Size: 901 Bytes
Versions: 4
Compression:
Stored size: 901 Bytes
Contents
# VeloPayments::PayeePayorRefV2 ## 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::PayeePayorRefV2.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