SyncteraRubySdk::TransferRequestPushAllOf

Properties

Name Type Description Notes
originating_customer_id String For person-to-person PUSH transactions, this is the `customer_id` of the sender who must have privileges to access funds in the originating account in order to send funds to the recipient cardholder [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::TransferRequestPushAllOf.new(
  originating_customer_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7
)