# VeloPayments::ListSourceAccountResponseLinks ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **rel** | **String** | | [optional] **href** | **String** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::ListSourceAccountResponseLinks.new(rel: first, href: https://api.sandbox.velopayments.com/v1/sourceAccounts?payorId=a2967711-df07-41e5-b5ea-f563088911c6&page=1&pageSize=0&sort=fundingRef:asc) ```