Sha256: 308caa2ab9b0a20f707b4fa581572f611bb67aaf0eb618080ca6727060a3b135
Contents?: true
Size: 757 Bytes
Versions: 3
Compression:
Stored size: 757 Bytes
Contents
# VeloPayments::GetPaymentsForPayoutResponseV4 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **summary** | [**GetPaymentsForPayoutResponseV4Summary**](GetPaymentsForPayoutResponseV4Summary.md) | | [optional] | | **page** | [**PagedPayeeInvitationStatusResponseV3Page**](PagedPayeeInvitationStatusResponseV3Page.md) | | [optional] | | **links** | [**Array<PagedPayeeResponseV3Links>**](PagedPayeeResponseV3Links.md) | | [optional] | | **content** | [**Array<PaymentResponseV4>**](PaymentResponseV4.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::GetPaymentsForPayoutResponseV4.new( summary: null, page: null, links: null, content: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems