Sha256: 6251790aff7674feee6228192da418fca957701b19f57d705239602731e99743
Contents?: true
Size: 506 Bytes
Versions: 4
Compression:
Stored size: 506 Bytes
Contents
# SyncteraRubySdk::AdhocVerificationRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payee_id** | **String** | Synctera party (non-customer) who is receiving money from a customer (the payer) | | | **payer_id** | **String** | Synctera customer who is sending money to a non-customer (the payee) | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::AdhocVerificationRequest.new( payee_id: null, payer_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems