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