Skip to content

Commit f9b8d7a

Browse files
committed
+ April 2021 SDK Release
1 parent 046fed8 commit f9b8d7a

File tree

736 files changed

+1144
-979
lines changed

Some content is hidden

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

736 files changed

+1144
-979
lines changed

docs/CustomerPaymentInstrumentApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ No authorization required
106106

107107
<a name="getCustomerPaymentInstrumentsList"></a>
108108
# **getCustomerPaymentInstrumentsList**
109-
> PaymentInstrumentListForCustomer getCustomerPaymentInstrumentsList(customerTokenId, profileId, offset, limit)
109+
> PaymentInstrumentList getCustomerPaymentInstrumentsList(customerTokenId, profileId, offset, limit)
110110
111111
List Payment Instruments for a Customer
112112

@@ -123,7 +123,7 @@ String profileId = "profileId_example"; // String | The id of a profile containi
123123
Long offset = 0L; // Long | Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0.
124124
Long limit = 20L; // Long | The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100.
125125
try {
126-
PaymentInstrumentListForCustomer result = apiInstance.getCustomerPaymentInstrumentsList(customerTokenId, profileId, offset, limit);
126+
PaymentInstrumentList result = apiInstance.getCustomerPaymentInstrumentsList(customerTokenId, profileId, offset, limit);
127127
System.out.println(result);
128128
} catch (ApiException e) {
129129
System.err.println("Exception when calling CustomerPaymentInstrumentApi#getCustomerPaymentInstrumentsList");
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142142

143143
### Return type
144144

145-
[**PaymentInstrumentListForCustomer**](PaymentInstrumentListForCustomer.md)
145+
[**PaymentInstrumentList**](PaymentInstrumentList.md)
146146

147147
### Authorization
148148

docs/InstrumentIdentifierApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ No authorization required
103103

104104
<a name="getInstrumentIdentifierPaymentInstrumentsList"></a>
105105
# **getInstrumentIdentifierPaymentInstrumentsList**
106-
> PaymentInstrumentListForCustomer getInstrumentIdentifierPaymentInstrumentsList(instrumentIdentifierTokenId, profileId, offset, limit)
106+
> PaymentInstrumentList getInstrumentIdentifierPaymentInstrumentsList(instrumentIdentifierTokenId, profileId, offset, limit)
107107
108108
List Payment Instruments for an Instrument Identifier
109109

@@ -120,7 +120,7 @@ String profileId = "profileId_example"; // String | The id of a profile containi
120120
Long offset = 0L; // Long | Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0.
121121
Long limit = 20L; // Long | The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100.
122122
try {
123-
PaymentInstrumentListForCustomer result = apiInstance.getInstrumentIdentifierPaymentInstrumentsList(instrumentIdentifierTokenId, profileId, offset, limit);
123+
PaymentInstrumentList result = apiInstance.getInstrumentIdentifierPaymentInstrumentsList(instrumentIdentifierTokenId, profileId, offset, limit);
124124
System.out.println(result);
125125
} catch (ApiException e) {
126126
System.err.println("Exception when calling InstrumentIdentifierApi#getInstrumentIdentifierPaymentInstrumentsList");
@@ -139,7 +139,7 @@ Name | Type | Description | Notes
139139

140140
### Return type
141141

142-
[**PaymentInstrumentListForCustomer**](PaymentInstrumentListForCustomer.md)
142+
[**PaymentInstrumentList**](PaymentInstrumentList.md)
143143

144144
### Authorization
145145

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

2-
# PaymentInstrumentListForCustomer
2+
# PaymentInstrumentList
33

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

1414

1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# PaymentInstrumentListForCustomerEmbedded
2+
# PaymentInstrumentListEmbedded
33

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

docs/PaymentInstrumentListForCustomerLinks.md

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

docs/PaymentInstrumentListLinks.md

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# PaymentInstrumentListForCustomerLinksFirst
2+
# PaymentInstrumentListLinksFirst
33

44
## Properties
55
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,5 +1,5 @@
11

2-
# PaymentInstrumentListForCustomerLinksLast
2+
# PaymentInstrumentListLinksLast
33

44
## Properties
55
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,5 +1,5 @@
11

2-
# PaymentInstrumentListForCustomerLinksNext
2+
# PaymentInstrumentListLinksNext
33

44
## Properties
55
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,5 +1,5 @@
11

2-
# PaymentInstrumentListForCustomerLinksPrev
2+
# PaymentInstrumentListLinksPrev
33

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

0 commit comments

Comments
 (0)