Sha256: 84587413dced1751d59e1af483f444dc415ed538eb53c018b31e101ea09c32d9
Contents?: true
Size: 1.86 KB
Versions: 7
Compression:
Stored size: 1.86 KB
Contents
# VeloPayments::PayoutSummaryAuditV4 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payout_id** | **String** | | [optional] **payor_id** | **String** | | [optional] **status** | [**PayoutStatusV4**](PayoutStatusV4.md) | | **date_time** | **DateTime** | | [optional] **submitted_date_time** | **String** | | **instructed_date_time** | **String** | | [optional] **withdrawn_date_time** | **DateTime** | | [optional] **total_payments** | **Integer** | | [optional] **total_incomplete_payments** | **Integer** | | [optional] **total_returned_payments** | **Integer** | | [optional] **source_account_summary** | [**Array<SourceAccountSummaryV4>**](SourceAccountSummaryV4.md) | | [optional] **fx_summaries** | [**Array<FxSummaryV4>**](FxSummaryV4.md) | | [optional] **payout_memo** | **String** | | [optional] **payout_type** | [**PayoutTypeV4**](PayoutTypeV4.md) | | **payor_name** | **String** | | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PayoutSummaryAuditV4.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, source_account_summary: null, fx_summaries: null, payout_memo: null, payout_type: null, payor_name: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems