Sha256: 2a0e7c734f710ac02e1dd706e96a2d290fc9b3a79a8cab22fc92301425502105
Contents?: true
Size: 1.36 KB
Versions: 3
Compression:
Stored size: 1.36 KB
Contents
# VeloPayments::PayoutSummaryAuditV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payout_id** | **String** | | | | **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 | | | **submitted_date_time** | **String** | | | | **instructed_date_time** | **String** | | [optional] | | **withdrawn_date_time** | **String** | | [optional] | | **total_payments** | **Integer** | | [optional] | | **total_incomplete_payments** | **Integer** | | [optional] | | **total_failed_payments** | **Integer** | | [optional] | | **source_account_summary** | [**Array<SourceAccountSummaryV3>**](SourceAccountSummaryV3.md) | | [optional] | | **fx_summaries** | [**Array<FxSummaryV3>**](FxSummaryV3.md) | | [optional] | | **payout_memo** | **String** | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayoutSummaryAuditV3.new( payout_id: null, payor_id: null, status: null, submitted_date_time: null, instructed_date_time: null, withdrawn_date_time: null, total_payments: 123, total_incomplete_payments: 123, total_failed_payments: 123, source_account_summary: null, fx_summaries: null, payout_memo: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/PayoutSummaryAuditV3.md |
velopayments-2.35.58 | docs/PayoutSummaryAuditV3.md |
velopayments-2.35.58.beta1 | docs/PayoutSummaryAuditV3.md |