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