Sha256: e7a93cbc6c91f6ff9906f52905e5a84e3b5c221165c36ebbe802d4cb4bfcfdbf
Contents?: true
Size: 822 Bytes
Versions: 5
Compression:
Stored size: 822 Bytes
Contents
# VeloPayments::PagedPayeeResponse2Summary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **total_payees_count** | **Integer** | | [optional] **total_invited_count** | **Integer** | | [optional] **total_registered_count** | **Integer** | | [optional] **total_onboarded_count** | **Integer** | | [optional] **total_watchlist_failed_count** | **Integer** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PagedPayeeResponse2Summary.new(total_payees_count: 10, total_invited_count: 10, total_registered_count: 10, total_onboarded_count: 10, total_watchlist_failed_count: 0) ```
Version data entries
5 entries across 5 versions & 1 rubygems