Sha256: ec5929193fc55da722b51f0a02c435f576d8718e334f50c11e3d9cfe2b8519e3

Contents?: true

Size: 1.83 KB

Versions: 7

Compression:

Stored size: 1.83 KB

Contents

# VeloPayments::GetPaymentsForPayoutResponseV3Summary

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payout_status** | **String** | The current status of the payout. | [optional] 
**submitted_date_time** | **DateTime** | The date/time at which the payout was submitted. | [optional] 
**instructed_date_time** | **DateTime** | The date/time at which the payout was instructed. | [optional] 
**withdrawn_date_time** | **DateTime** | The date/time at which the payout was withdrawn. | [optional] 
**payout_memo** | **String** | The memo attached to the payout. | [optional] 
**total_payments** | **Integer** | The count of payments within the payout. | [optional] 
**confirmed_payments** | **Integer** | The count of payments within the payout which have been confirmed. | [optional] 
**released_payments** | **Integer** | The count of payments within the payout which have been released. | [optional] 
**incomplete_payments** | **Integer** | The count of payments within the payout which are incomplete. | [optional] 
**failed_payments** | **Integer** | The count of payments within the payout which have failed or been returned. | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::GetPaymentsForPayoutResponseV3Summary.new(payout_status: null,
                                 submitted_date_time: null,
                                 instructed_date_time: null,
                                 withdrawn_date_time: null,
                                 payout_memo: Payment Memo value,
                                 total_payments: 123,
                                 confirmed_payments: 123,
                                 released_payments: 123,
                                 incomplete_payments: 123,
                                 failed_payments: 0)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
velopayments-2.20.119 docs/GetPaymentsForPayoutResponseV3Summary.md
velopayments-2.20.29.beta1 docs/GetPaymentsForPayoutResponseV3Summary.md
velopayments-2.19.116 docs/GetPaymentsForPayoutResponseV3Summary.md
velopayments-2.19.40.beta1 docs/GetPaymentsForPayoutResponseV3Summary.md
velopayments-2.18.113 docs/GetPaymentsForPayoutResponseV3Summary.md
velopayments-2.18.113.beta1 docs/GetPaymentsForPayoutResponseV3Summary.md
velopayments-2.18.31.beta1 docs/GetPaymentsForPayoutResponseV3Summary.md