Sha256: f4a4af1e7ecf89621401d36b76de18bbd03b905431e719aa9f163f2edbf3bd06

Contents?: true

Size: 415 Bytes

Versions: 5

Compression:

Stored size: 415 Bytes

Contents

# VeloPayments::CreatePayorLinkRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **from_payor_id** | **String** |  |  |
| **link_type** | **String** |  |  |
| **to_payor_id** | **String** |  |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::CreatePayorLinkRequest.new(
  from_payor_id: null,
  link_type: null,
  to_payor_id: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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