Sha256: 3f252bd4300ea624e1ea52c3dc9ca8742a101067b148b06ca0f9b70d06581052
Contents?: true
Size: 485 Bytes
Versions: 8
Compression:
Stored size: 485 Bytes
Contents
# 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) ```
Version data entries
8 entries across 8 versions & 1 rubygems