Sha256: b73c08e9bb2703db6cc9326630ec2a7fe67f2c6ead39d2acd2abcd0e42979e19
Contents?: true
Size: 467 Bytes
Versions: 5
Compression:
Stored size: 467 Bytes
Contents
# VeloPayments::PayorLinksResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **links** | [**Array<PayorLinksResponseLinks>**](PayorLinksResponseLinks.md) | | [optional] | | **payors** | [**Array<PayorLinksResponsePayors>**](PayorLinksResponsePayors.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayorLinksResponse.new( links: null, payors: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems