Sha256: 288edb0eb319bc2fc2cf2870c1e4d23d197a07356a215a9ccc0287637e930fac
Contents?: true
Size: 1.17 KB
Versions: 5
Compression:
Stored size: 1.17 KB
Contents
# VeloPayments::CreatePayoutRequestV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payout_from_payor_id** | **String** | <p>The id of the payor whose source account(s) will be debited</p> <p>payoutFromPayorId and payoutToPayorId must be both supplied or both omitted</p> | [optional] | | **payout_to_payor_id** | **String** | <p>The id of the payor whose payees will be paid</p> <p>payoutFromPayorId and payoutToPayorId must be both supplied or both omitted</p> | [optional] | | **payout_memo** | **String** | <p>Text applied to all payment memos unless specified explicitly on a payment</p> <p>This should be the reference field on the statement seen by the payee (but not via ACH)</p> | [optional] | | **payments** | [**Array<PaymentInstructionV3>**](PaymentInstructionV3.md) | | | ## Example ```ruby require 'velopayments' instance = VeloPayments::CreatePayoutRequestV3.new( payout_from_payor_id: c4261044-13df-4a6c-b1d4-fa8be2b46f5a, payout_to_payor_id: 9afc6b39-de12-466a-a9ca-07c7a23b312d, payout_memo: Monthly Payment, payments: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems