Skip to content

Commit 9aae73e

Browse files
authored
Merge pull request #61 from snavinch/master
+ April 2021 SDK Release
2 parents 83897f9 + fc7d8f2 commit 9aae73e

File tree

87 files changed

+626
-497
lines changed

Some content is hidden

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

87 files changed

+626
-497
lines changed

docs/CustomerPaymentInstrumentApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ No authorization required
115115

116116
<a name="getCustomerPaymentInstrumentsList"></a>
117117
# **getCustomerPaymentInstrumentsList**
118-
> PaymentInstrumentListForCustomer getCustomerPaymentInstrumentsList(customerTokenId, opts)
118+
> PaymentInstrumentList getCustomerPaymentInstrumentsList(customerTokenId, opts)
119119
120120
List Payment Instruments for a Customer
121121

@@ -154,7 +154,7 @@ Name | Type | Description | Notes
154154

155155
### Return type
156156

157-
[**PaymentInstrumentListForCustomer**](PaymentInstrumentListForCustomer.md)
157+
[**PaymentInstrumentList**](PaymentInstrumentList.md)
158158

159159
### Authorization
160160

docs/InstrumentIdentifierApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ No authorization required
110110

111111
<a name="getInstrumentIdentifierPaymentInstrumentsList"></a>
112112
# **getInstrumentIdentifierPaymentInstrumentsList**
113-
> PaymentInstrumentListForCustomer getInstrumentIdentifierPaymentInstrumentsList(instrumentIdentifierTokenId, opts)
113+
> PaymentInstrumentList getInstrumentIdentifierPaymentInstrumentsList(instrumentIdentifierTokenId, opts)
114114
115115
List Payment Instruments for an Instrument Identifier
116116

@@ -149,7 +149,7 @@ Name | Type | Description | Notes
149149

150150
### Return type
151151

152-
[**PaymentInstrumentListForCustomer**](PaymentInstrumentListForCustomer.md)
152+
[**PaymentInstrumentList**](PaymentInstrumentList.md)
153153

154154
### Authorization
155155

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

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

1313

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

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

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

docs/PaymentInstrumentListForCustomerLinks.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/PaymentInstrumentListLinks.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CyberSource.PaymentInstrumentListLinks
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**self** | [**PaymentInstrumentListLinksSelf**](PaymentInstrumentListLinksSelf.md) | | [optional]
7+
**first** | [**PaymentInstrumentListLinksFirst**](PaymentInstrumentListLinksFirst.md) | | [optional]
8+
**prev** | [**PaymentInstrumentListLinksPrev**](PaymentInstrumentListLinksPrev.md) | | [optional]
9+
**next** | [**PaymentInstrumentListLinksNext**](PaymentInstrumentListLinksNext.md) | | [optional]
10+
**last** | [**PaymentInstrumentListLinksLast**](PaymentInstrumentListLinksLast.md) | | [optional]
11+
12+

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)