docs/ListPaymentsResponseV4.md in velopayments-2.23.78.beta1 vs docs/ListPaymentsResponseV4.md in velopayments-2.26.124.beta1

- old
+ new

@@ -1,21 +1,22 @@ # VeloPayments::ListPaymentsResponseV4 ## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**page** | [**ListPaymentsResponseV3Page**](ListPaymentsResponseV3Page.md) | | [optional] -**links** | [**Array<GetPayoutsResponseV3Links>**](GetPayoutsResponseV3Links.md) | | [optional] -**content** | [**Array<PaymentResponseV4>**](PaymentResponseV4.md) | | [optional] +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **page** | [**ListPaymentsResponseV3Page**](ListPaymentsResponseV3Page.md) | | [optional] | +| **links** | [**Array<GetPayoutsResponseV3Links>**](GetPayoutsResponseV3Links.md) | | [optional] | +| **content** | [**Array<PaymentResponseV4>**](PaymentResponseV4.md) | | [optional] | -## Code Sample +## Example ```ruby -require 'VeloPayments' +require 'velopayments' -instance = VeloPayments::ListPaymentsResponseV4.new(page: null, - links: null, - content: null) +instance = VeloPayments::ListPaymentsResponseV4.new( + page: null, + links: null, + content: null +) ``` -