Sha256: f6d919ef121510ed6b6886d2913bdfafb76245d26bb48b8fa2ca07295437365a
Contents?: true
Size: 1.58 KB
Versions: 3
Compression:
Stored size: 1.58 KB
Contents
# VeloPayments::PayoutSummaryResponseV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payout_id** | **String** | The id of the payout | [optional] | | **status** | **String** | The status of the payout (one of SUBMITTED, ACCEPTED, REJECTED, QUOTED, INSTRUCTED, COMPLETED, INCOMPLETE, WITHDRAWN) | [optional] | | **payments_submitted** | **Integer** | The number of payments that were submitted in the payout | [optional] | | **payments_accepted** | **Integer** | The number of payments that were accepted in the payout | [optional] | | **payments_rejected** | **Integer** | The number of payments that were rejected in the payout | [optional] | | **payments_withdrawn** | **Integer** | The number of payments that were withdrawn in the payout | | | **fx_summaries** | [**Array<QuoteFxSummaryV3>**](QuoteFxSummaryV3.md) | | | | **accounts** | [**Array<SourceAccountV3>**](SourceAccountV3.md) | | | | **accepted_payments** | [**Array<AcceptedPaymentV3>**](AcceptedPaymentV3.md) | | | | **rejected_payments** | [**Array<RejectedPaymentV3>**](RejectedPaymentV3.md) | | | | **schedule** | [**PayoutScheduleV3**](PayoutScheduleV3.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayoutSummaryResponseV3.new( payout_id: cf81e490-4ab8-49c2-bd68-9d1e725480cb, status: COMPLETED, payments_submitted: 10, payments_accepted: 9, payments_rejected: 1, payments_withdrawn: 0, fx_summaries: null, accounts: null, accepted_payments: null, rejected_payments: null, schedule: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/PayoutSummaryResponseV3.md |
velopayments-2.35.58 | docs/PayoutSummaryResponseV3.md |
velopayments-2.35.58.beta1 | docs/PayoutSummaryResponseV3.md |