Sha256: 4a4b7ca013d56c43ec0c4a5dd4d0bb013c9805f7a1aaf1abed075774eaadbe4f
Contents?: true
Size: 810 Bytes
Versions: 5
Compression:
Stored size: 810 Bytes
Contents
# VeloPayments::PagedPayeeResponseSummary ## 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_ofac_failed_count** | **Integer** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PagedPayeeResponseSummary.new(total_payees_count: 10, total_invited_count: 10, total_registered_count: 10, total_onboarded_count: 10, total_ofac_failed_count: 0) ```
Version data entries
5 entries across 5 versions & 1 rubygems