Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 691 Bytes

PagedPayeeResponseSummary.md

File metadata and controls

26 lines (20 loc) · 691 Bytes

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_watchlist_failed_count Integer [optional]

Example

require 'velopayments'

instance = VeloPayments::PagedPayeeResponseSummary.new(
  total_payees_count: 10,
  total_invited_count: 10,
  total_registered_count: 10,
  total_onboarded_count: 10,
  total_watchlist_failed_count: 0
)