Sha256: eb3e2d0d5e4fbbb5fe2133486819b01b7a97356b59caf4f54872e0ac6f424439
Contents?: true
Size: 1.8 KB
Versions: 3
Compression:
Stored size: 1.8 KB
Contents
# VeloPayments::PayoutSummaryAudit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payout_id** | **String** | | [optional] | | **payor_id** | **String** | | [optional] | | **status** | **String** | Current status of the Payout. One of the following values: ACCEPTED, REJECTED, SUBMITTED, QUOTED, INSTRUCTED, COMPLETED, INCOMPLETE, CONFIRMED, WITHDRAWN | | | **date_time** | **Time** | | [optional] | | **submitted_date_time** | **String** | | | | **instructed_date_time** | **String** | | [optional] | | **withdrawn_date_time** | **Time** | | [optional] | | **total_payments** | **Integer** | | [optional] | | **total_incomplete_payments** | **Integer** | | [optional] | | **total_returned_payments** | **Integer** | | [optional] | | **total_withdrawn_payments** | **Integer** | | [optional] | | **source_account_summary** | [**Array<SourceAccountSummary>**](SourceAccountSummary.md) | | [optional] | | **fx_summaries** | [**Array<FxSummary>**](FxSummary.md) | | [optional] | | **payout_memo** | **String** | | [optional] | | **payout_type** | **String** | The type of payout. One of the following values: STANDARD, AS, ON_BEHALF_OF | | | **payor_name** | **String** | | | | **schedule** | [**PayoutSchedule**](PayoutSchedule.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayoutSummaryAudit.new( payout_id: null, payor_id: null, status: null, date_time: null, submitted_date_time: null, instructed_date_time: null, withdrawn_date_time: null, total_payments: null, total_incomplete_payments: null, total_returned_payments: null, total_withdrawn_payments: null, source_account_summary: null, fx_summaries: null, payout_memo: null, payout_type: null, payor_name: null, schedule: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/PayoutSummaryAudit.md |
velopayments-2.35.58 | docs/PayoutSummaryAudit.md |
velopayments-2.35.58.beta1 | docs/PayoutSummaryAudit.md |