Sha256: 91960f4a7b1080d64fde4a7bb516efd6a3e97999700a5653029c5caa7163e775
Contents?: true
Size: 557 Bytes
Versions: 5
Compression:
Stored size: 557 Bytes
Contents
# VeloPayments::PayeePayorRef ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payor_id** | **String** | | [optional] **remote_id** | **String** | | [optional] **invitation_status** | **String** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PayeePayorRef.new(payor_id: ba08877f-9d96-41e4-9c26-44a872d856ae, remote_id: uniqueIdForRemoteEntity, invitation_status: ACCEPTED) ```
Version data entries
5 entries across 5 versions & 1 rubygems