Sha256: d46639f0dbbd0d5ffd309d63f5f7df80bd2fe2b74263beb6036280dd84efb6b7

Contents?: true

Size: 486 Bytes

Versions: 1

Compression:

Stored size: 486 Bytes

Contents

# VeloPayments::CommonLinkObject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **rel** | **String** | One of: first, last, or self | [optional] |
| **href** | **String** | the resource URI | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::CommonLinkObject.new(
  rel: first,
  href: https://api.sandbox.velopayments.com/v1/resources?page=1&pageSize=3&sort=lastLoadedAt:asc
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/CommonLinkObject.md