Sha256: ac66c8109bea4e6a6b523e7f3be4b70dbbbed25b2723e76fba523f2c3291854b
Contents?: true
Size: 529 Bytes
Versions: 3
Compression:
Stored size: 529 Bytes
Contents
# VeloPayments::PayorLinksResponseLinks ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **link_id** | **String** | | | | **from_payor_id** | **String** | | | | **link_type** | **String** | The type of the link. One of the following values: PARENT_OF | | | **to_payor_id** | **String** | | | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayorLinksResponseLinks.new( link_id: null, from_payor_id: null, link_type: null, to_payor_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/PayorLinksResponseLinks.md |
velopayments-2.35.58 | docs/PayorLinksResponseLinks.md |
velopayments-2.35.58.beta1 | docs/PayorLinksResponseLinks.md |