Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 483 Bytes

AdhocVerificationRequest.md

File metadata and controls

20 lines (14 loc) · 483 Bytes

Synctera::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

require 'synctera'

instance = Synctera::AdhocVerificationRequest.new(
  payee_id: null,
  payer_id: null
)