Sha256: 6f9315f5e2fcf1f95e896b88125acbef2be76bfc10f5c235e17c60ee59903add

Contents?: true

Size: 591 Bytes

Versions: 3

Compression:

Stored size: 591 Bytes

Contents

# VeloPayments::PayorLinksResponsePayors

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **payor_id** | **String** |  |  |
| **payor_name** | **String** |  |  |
| **primary_contact_email** | **String** |  | [optional] |
| **kyc_state** | **String** | Current KYC state. One of the following values: FAILED_KYC, PASSED_KYC, REQUIRES_KYC | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PayorLinksResponsePayors.new(
  payor_id: null,
  payor_name: null,
  primary_contact_email: null,
  kyc_state: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/PayorLinksResponsePayors.md
velopayments-2.35.58 docs/PayorLinksResponsePayors.md
velopayments-2.35.58.beta1 docs/PayorLinksResponsePayors.md