Skip to content

Commit fd696bb

Browse files
committed
+ April 2021 SDK Release
1 parent 9317488 commit fd696bb

File tree

83 files changed

+568
-345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+568
-345
lines changed

docs/Api/CustomerPaymentInstrumentApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ No authorization required
105105
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
106106

107107
# **getCustomerPaymentInstrumentsList**
108-
> \CyberSource\Model\PaymentInstrumentListForCustomer getCustomerPaymentInstrumentsList($customerTokenId, $profileId, $offset, $limit)
108+
> \CyberSource\Model\PaymentInstrumentList getCustomerPaymentInstrumentsList($customerTokenId, $profileId, $offset, $limit)
109109
110110
List Payment Instruments for a Customer
111111

@@ -140,7 +140,7 @@ Name | Type | Description | Notes
140140

141141
### Return type
142142

143-
[**\CyberSource\Model\PaymentInstrumentListForCustomer**](../Model/PaymentInstrumentListForCustomer.md)
143+
[**\CyberSource\Model\PaymentInstrumentList**](../Model/PaymentInstrumentList.md)
144144

145145
### Authorization
146146

docs/Api/InstrumentIdentifierApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ No authorization required
102102
[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)
103103

104104
# **getInstrumentIdentifierPaymentInstrumentsList**
105-
> \CyberSource\Model\PaymentInstrumentListForCustomer getInstrumentIdentifierPaymentInstrumentsList($instrumentIdentifierTokenId, $profileId, $offset, $limit)
105+
> \CyberSource\Model\PaymentInstrumentList getInstrumentIdentifierPaymentInstrumentsList($instrumentIdentifierTokenId, $profileId, $offset, $limit)
106106
107107
List Payment Instruments for an Instrument Identifier
108108

@@ -137,7 +137,7 @@ Name | Type | Description | Notes
137137

138138
### Return type
139139

140-
[**\CyberSource\Model\PaymentInstrumentListForCustomer**](../Model/PaymentInstrumentListForCustomer.md)
140+
[**\CyberSource\Model\PaymentInstrumentList**](../Model/PaymentInstrumentList.md)
141141

142142
### Authorization
143143

docs/Model/PaymentInstrumentListForCustomer.md renamed to docs/Model/PaymentInstrumentList.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# PaymentInstrumentListForCustomer
1+
# PaymentInstrumentList
22

33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**links** | [**\CyberSource\Model\PaymentInstrumentListForCustomerLinks**](PaymentInstrumentListForCustomerLinks.md) | | [optional]
6+
**links** | [**\CyberSource\Model\PaymentInstrumentListLinks**](PaymentInstrumentListLinks.md) | | [optional]
77
**offset** | **int** | The offset parameter supplied in the request. | [optional]
88
**limit** | **int** | The limit parameter supplied in the request. | [optional]
99
**count** | **int** | The number of Payment Instruments returned in the array. | [optional]
1010
**total** | **int** | The total number of Payment Instruments associated with the Customer or Instrument Identifier. | [optional]
11-
**embedded** | [**\CyberSource\Model\PaymentInstrumentListForCustomerEmbedded**](PaymentInstrumentListForCustomerEmbedded.md) | | [optional]
11+
**embedded** | [**\CyberSource\Model\PaymentInstrumentListEmbedded**](PaymentInstrumentListEmbedded.md) | | [optional]
1212

1313
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1414

docs/Model/PaymentInstrumentListForCustomerEmbedded.md renamed to docs/Model/PaymentInstrumentListEmbedded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PaymentInstrumentListForCustomerEmbedded
1+
# PaymentInstrumentListEmbedded
22

33
## Properties
44
Name | Type | Description | Notes

docs/Model/PaymentInstrumentListForCustomerLinks.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# PaymentInstrumentListLinks
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**self** | [**\CyberSource\Model\PaymentInstrumentListLinksSelf**](PaymentInstrumentListLinksSelf.md) | | [optional]
7+
**first** | [**\CyberSource\Model\PaymentInstrumentListLinksFirst**](PaymentInstrumentListLinksFirst.md) | | [optional]
8+
**prev** | [**\CyberSource\Model\PaymentInstrumentListLinksPrev**](PaymentInstrumentListLinksPrev.md) | | [optional]
9+
**next** | [**\CyberSource\Model\PaymentInstrumentListLinksNext**](PaymentInstrumentListLinksNext.md) | | [optional]
10+
**last** | [**\CyberSource\Model\PaymentInstrumentListLinksLast**](PaymentInstrumentListLinksLast.md) | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+

docs/Model/PaymentInstrumentListForCustomerLinksFirst.md renamed to docs/Model/PaymentInstrumentListLinksFirst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PaymentInstrumentListForCustomerLinksFirst
1+
# PaymentInstrumentListLinksFirst
22

33
## Properties
44
Name | Type | Description | Notes

docs/Model/PaymentInstrumentListForCustomerLinksLast.md renamed to docs/Model/PaymentInstrumentListLinksLast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PaymentInstrumentListForCustomerLinksLast
1+
# PaymentInstrumentListLinksLast
22

33
## Properties
44
Name | Type | Description | Notes

docs/Model/PaymentInstrumentListForCustomerLinksNext.md renamed to docs/Model/PaymentInstrumentListLinksNext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PaymentInstrumentListForCustomerLinksNext
1+
# PaymentInstrumentListLinksNext
22

33
## Properties
44
Name | Type | Description | Notes

docs/Model/PaymentInstrumentListForCustomerLinksPrev.md renamed to docs/Model/PaymentInstrumentListLinksPrev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PaymentInstrumentListForCustomerLinksPrev
1+
# PaymentInstrumentListLinksPrev
22

33
## Properties
44
Name | Type | Description | Notes

0 commit comments

Comments
 (0)