docs/ListSourceAccountResponseV2Links.md in velopayments-2.23.78.beta1 vs docs/ListSourceAccountResponseV2Links.md in velopayments-2.26.124.beta1
- old
+ new
@@ -1,19 +1,20 @@
# VeloPayments::ListSourceAccountResponseV2Links
## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**rel** | **String** | | [optional]
-**href** | **String** | | [optional]
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **rel** | **String** | | [optional] |
+| **href** | **String** | | [optional] |
-## Code Sample
+## Example
```ruby
-require 'VeloPayments'
+require 'velopayments'
-instance = VeloPayments::ListSourceAccountResponseV2Links.new(rel: first,
- href: https://api.sandbox.velopayments.com/v2/sourceAccounts?payorId=a2967711-df07-41e5-b5ea-f563088911c6&page=1&pageSize=0&sort=fundingRef:asc)
+instance = VeloPayments::ListSourceAccountResponseV2Links.new(
+ rel: first,
+ href: https://api.sandbox.velopayments.com/v2/sourceAccounts?payorId=a2967711-df07-41e5-b5ea-f563088911c6&page=1&pageSize=0&sort=fundingRef:asc
+)
```
-