Sha256: 66d39acf340732264884a8b783d8a6c6c09e2b706a1e09cead791477d824c2f1
Contents?: true
Size: 745 Bytes
Versions: 5
Compression:
Stored size: 745 Bytes
Contents
# VeloPayments::GetPaymentsForPayoutResponseV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **summary** | [**GetPaymentsForPayoutResponseV3Summary**](GetPaymentsForPayoutResponseV3Summary.md) | | [optional] | | **page** | [**GetPaymentsForPayoutResponseV3Page**](GetPaymentsForPayoutResponseV3Page.md) | | [optional] | | **links** | [**Array<GetPayoutsResponseV3Links>**](GetPayoutsResponseV3Links.md) | | [optional] | | **content** | [**Array<PaymentResponseV3>**](PaymentResponseV3.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::GetPaymentsForPayoutResponseV3.new( summary: null, page: null, links: null, content: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems