Sha256: a4b76895a0433f08487937a6e94aabcb958cb1cc70cd3b0c169d070e4e62031f
Contents?: true
Size: 537 Bytes
Versions: 3
Compression:
Stored size: 537 Bytes
Contents
# VeloPayments::PayeeDeltaResponseV3Links ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **rel** | **String** | | [optional] | | **href** | **String** | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayeeDeltaResponseV3Links.new( rel: first, href: http://api.sandbox.velopayments.com/v3/payees/deltas?payorId=0a818933-087d-47f2-ad83-2f986ed087eb&updatedSince=2019-01-20T09:00:00+00:00&page=1&pageSize=1000 ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/PayeeDeltaResponseV3Links.md |
velopayments-2.35.58 | docs/PayeeDeltaResponseV3Links.md |
velopayments-2.35.58.beta1 | docs/PayeeDeltaResponseV3Links.md |