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