# 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 ) ```