Sha256: b0bc7228eef914485364a4c72503d45396a6f6ae19a8a745b941ad367615f9a8

Contents?: true

Size: 419 Bytes

Versions: 5

Compression:

Stored size: 419 Bytes

Contents

# VeloPayments::GetPayoutStatistics

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **this_month_payouts_count** | **Integer** |  |  |
| **this_month_failed_payments_count** | **Integer** |  |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::GetPayoutStatistics.new(
  this_month_payouts_count: null,
  this_month_failed_payments_count: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/GetPayoutStatistics.md
velopayments-2.35.58 docs/GetPayoutStatistics.md
velopayments-2.35.58.beta1 docs/GetPayoutStatistics.md
velopayments-2.29.128.beta1 docs/GetPayoutStatistics.md
velopayments-2.26.124.beta1 docs/GetPayoutStatistics.md