Sha256: ff9bd4a0f6099578a9680b93f35b4044d2ab5ba699ecbf60d6df9314c9f1a762
Contents?: true
Size: 508 Bytes
Versions: 20
Compression:
Stored size: 508 Bytes
Contents
# MxPlatformRuby::ScheduledPaymentsResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] | | **scheduled_payments** | [**Array<ScheduledPaymentResponse>**](ScheduledPaymentResponse.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::ScheduledPaymentsResponseBody.new( pagination: null, scheduled_payments: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems