Sha256: 4f4bc8f82f352c9b9923c103d65120757371a0fcab9fbb2f5ec46ed1b82fc0f9
Contents?: true
Size: 606 Bytes
Versions: 11
Compression:
Stored size: 606 Bytes
Contents
# VeloPayments::PayorLinksResponsePayors ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payor_id** | **String** | | **payor_name** | **String** | | **primary_contact_email** | **String** | | [optional] **kyc_state** | **String** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PayorLinksResponsePayors.new(payor_id: null, payor_name: null, primary_contact_email: null, kyc_state: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems