Sha256: 48eae033d55d3a8fafe179496971508983cadc39bfae89e8111b49f22b996e63
Contents?: true
Size: 655 Bytes
Versions: 5
Compression:
Stored size: 655 Bytes
Contents
# VeloPayments::PaymentDeltaResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **page** | [**PagedPayeeInvitationStatusResponsePage**](PagedPayeeInvitationStatusResponsePage.md) | | [optional] **links** | [**Array<PagedPayeeResponseLinks>**](PagedPayeeResponseLinks.md) | | [optional] **content** | [**Array<PaymentDelta>**](PaymentDelta.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PaymentDeltaResponse.new(page: null, links: null, content: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems