Sha256: 93a0849400fa6716e80fae8b1ce00c64076b3a4e30ce4a55ed9d1cc6ffbec1ba
Contents?: true
Size: 695 Bytes
Versions: 3
Compression:
Stored size: 695 Bytes
Contents
# VeloPayments::PagedPayeeResponseV3Summary ## 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] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PagedPayeeResponseV3Summary.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/PagedPayeeResponseV3Summary.md |
velopayments-2.35.58 | docs/PagedPayeeResponseV3Summary.md |
velopayments-2.35.58.beta1 | docs/PagedPayeeResponseV3Summary.md |