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

Version Path
velopayments-2.37.150.beta1 docs/PayorLinksResponse.md
velopayments-2.35.58 docs/PayorLinksResponse.md
velopayments-2.35.58.beta1 docs/PayorLinksResponse.md
velopayments-2.29.128.beta1 docs/PayorLinksResponse.md
velopayments-2.26.124.beta1 docs/PayorLinksResponse.md