Sha256: 707589b658b08fd8ba373d09279962e21a3e58a2c61f42db93facffaf222bf7a
Contents?: true
Size: 666 Bytes
Versions: 5
Compression:
Stored size: 666 Bytes
Contents
# VeloPayments::PageResourceFundingPayorStatusAuditResponseFundingPayorStatusAuditResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **links** | [**Array<LinkForResponse>**](LinkForResponse.md) | | [optional] | | **page** | [**PageForResponse**](PageForResponse.md) | | [optional] | | **content** | [**Array<FundingPayorStatusAuditResponse>**](FundingPayorStatusAuditResponse.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PageResourceFundingPayorStatusAuditResponseFundingPayorStatusAuditResponse.new( links: null, page: null, content: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems