# VeloPayments::CreatePayorLinkRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **from_payor_id** | **String** | | **link_type** | **String** | | **to_payor_id** | **String** | | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::CreatePayorLinkRequest.new(from_payor_id: null, link_type: null, to_payor_id: null) ```