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

require 'synctera_ruby_sdk'

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