Skip to content

Commit 6f6b38d

Browse files
authored
Merge pull request #209 from CyberSource/release/july25
spec generated code july25
2 parents 4166336 + 2a1c399 commit 6f6b38d

File tree

214 files changed

+7559
-1970
lines changed

Some content is hidden

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

214 files changed

+7559
-1970
lines changed

docs/BinLookupApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Method | HTTP request | Description
99

1010
<a name="getAccountInfo"></a>
1111
# **getAccountInfo**
12-
> InlineResponse2011 getAccountInfo(createBinLookupRequest)
12+
> InlineResponse2012 getAccountInfo(createBinLookupRequest)
1313
1414
BIN Lookup API
1515

16-
The BIN Lookup Service is a versatile business tool that provides card network agnostic solution designed to ensure frictionless transaction experience by utilizing up-to-date Bank Identification Number (BIN) attributes sourced from multiple global and regional data sources. This service helps to improve authorization rates by helping to route transactions to the best-suited card network, minimizes fraud through card detail verification and aids in regulatory compliance by identifying card properties. The service is flexible and provides businesses with a flexible choice of inputs such as primary account number (PAN), network token from major networks which includes device PAN (DPAN), and all types of tokens generated via CyberSource Token Management Service (TMS). Currently, the range of available credentials is contingent on the networks enabled for the business entity. Therefore, the network information specified in this documentation is illustrative and subject to personalized offerings for each reseller or merchant.
16+
The BIN Lookup Service is a versatile business tool that provides card network agnostic solution designed to ensure frictionless transaction experience by utilizing up-to-date Bank Identification Number (BIN) attributes sourced from multiple global and regional data sources. This service helps to improve authorization rates by helping to route transactions to the best-suited card network, minimizes fraud through card detail verification and aids in regulatory compliance by identifying card properties. The service is flexible and provides businesses with a flexible choice of inputs such as primary account number (PAN), network token from major networks (such as Visa, American Express, Discover and several regional networks) which includes device PAN (DPAN), and all types of tokens generated via CyberSource Token Management Service (TMS). Currently, the range of available credentials is contingent on the networks enabled for the business entity. Therefore, the network information specified in this documentation is illustrative and subject to personalized offerings for each reseller or merchant.
1717

1818
### Example
1919
```java
@@ -25,7 +25,7 @@ The BIN Lookup Service is a versatile business tool that provides card network a
2525
BinLookupApi apiInstance = new BinLookupApi();
2626
CreateBinLookupRequest createBinLookupRequest = new CreateBinLookupRequest(); // CreateBinLookupRequest |
2727
try {
28-
InlineResponse2011 result = apiInstance.getAccountInfo(createBinLookupRequest);
28+
InlineResponse2012 result = apiInstance.getAccountInfo(createBinLookupRequest);
2929
System.out.println(result);
3030
} catch (ApiException e) {
3131
System.err.println("Exception when calling BinLookupApi#getAccountInfo");
@@ -41,7 +41,7 @@ Name | Type | Description | Notes
4141

4242
### Return type
4343

44-
[**InlineResponse2011**](InlineResponse2011.md)
44+
[**InlineResponse2012**](InlineResponse2012.md)
4545

4646
### Authorization
4747

docs/CreateNewWebhooksApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ No authorization required
5656

5757
<a name="notificationSubscriptionsV2WebhooksPost"></a>
5858
# **notificationSubscriptionsV2WebhooksPost**
59-
> InlineResponse2014 notificationSubscriptionsV2WebhooksPost(createWebhook)
59+
> InlineResponse2015 notificationSubscriptionsV2WebhooksPost(createWebhook)
6060
6161
Create a New Webhook Subscription
6262

@@ -72,7 +72,7 @@ Create a new webhook subscription. Before creating a webhook, ensure that a sign
7272
CreateNewWebhooksApi apiInstance = new CreateNewWebhooksApi();
7373
CreateWebhook createWebhook = new CreateWebhook(); // CreateWebhook | The webhook payload
7474
try {
75-
InlineResponse2014 result = apiInstance.notificationSubscriptionsV2WebhooksPost(createWebhook);
75+
InlineResponse2015 result = apiInstance.notificationSubscriptionsV2WebhooksPost(createWebhook);
7676
System.out.println(result);
7777
} catch (ApiException e) {
7878
System.err.println("Exception when calling CreateNewWebhooksApi#notificationSubscriptionsV2WebhooksPost");
@@ -88,7 +88,7 @@ Name | Type | Description | Notes
8888

8989
### Return type
9090

91-
[**InlineResponse2014**](InlineResponse2014.md)
91+
[**InlineResponse2015**](InlineResponse2015.md)
9292

9393
### Authorization
9494

@@ -101,7 +101,7 @@ No authorization required
101101

102102
<a name="saveSymEgressKey"></a>
103103
# **saveSymEgressKey**
104-
> InlineResponse2013 saveSymEgressKey(vCSenderOrganizationId, vCPermissions, vCCorrelationId, saveSymEgressKey)
104+
> InlineResponse2014 saveSymEgressKey(vCSenderOrganizationId, vCPermissions, vCCorrelationId, saveSymEgressKey)
105105
106106
Create Webhook Security Keys
107107

@@ -120,7 +120,7 @@ String vCPermissions = "vCPermissions_example"; // String | Encoded user permiss
120120
String vCCorrelationId = "vCCorrelationId_example"; // String | A globally unique id associated with your request
121121
SaveSymEgressKey saveSymEgressKey = new SaveSymEgressKey(); // SaveSymEgressKey | Provide egress Symmetric key information to save (create or store or refresh)
122122
try {
123-
InlineResponse2013 result = apiInstance.saveSymEgressKey(vCSenderOrganizationId, vCPermissions, vCCorrelationId, saveSymEgressKey);
123+
InlineResponse2014 result = apiInstance.saveSymEgressKey(vCSenderOrganizationId, vCPermissions, vCCorrelationId, saveSymEgressKey);
124124
System.out.println(result);
125125
} catch (ApiException e) {
126126
System.err.println("Exception when calling CreateNewWebhooksApi#saveSymEgressKey");
@@ -139,7 +139,7 @@ Name | Type | Description | Notes
139139

140140
### Return type
141141

142-
[**InlineResponse2013**](InlineResponse2013.md)
142+
[**InlineResponse2014**](InlineResponse2014.md)
143143

144144
### Authorization
145145

docs/CreateOrderRequest.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Name | Type | Description | Notes
99
**merchantInformation** | [**Ptsv2intentsMerchantInformation**](Ptsv2intentsMerchantInformation.md) | | [optional]
1010
**paymentInformation** | [**Ptsv2intentsPaymentInformation**](Ptsv2intentsPaymentInformation.md) | | [optional]
1111
**orderInformation** | [**Ptsv2intentsOrderInformation**](Ptsv2intentsOrderInformation.md) | | [optional]
12+
**senderInformation** | [**Ptsv2intentsSenderInformation**](Ptsv2intentsSenderInformation.md) | | [optional]
13+
**eventInformation** | [**Ptsv2intentsEventInformation**](Ptsv2intentsEventInformation.md) | | [optional]
14+
**travelInformation** | [**Ptsv2intentsTravelInformation**](Ptsv2intentsTravelInformation.md) | | [optional]
15+
**recipientInformation** | [**Ptsv2intentsRecipientInformation**](Ptsv2intentsRecipientInformation.md) | | [optional]
1216

1317

1418

docs/DecisionManagerApi.md

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

108108
<a name="commentDecisionManagerCase"></a>
109109
# **commentDecisionManagerCase**
110-
> InlineResponse201 commentDecisionManagerCase(id, caseManagementCommentsRequest)
110+
> InlineResponse2011 commentDecisionManagerCase(id, caseManagementCommentsRequest)
111111
112112
Add a comment to a DM post-transactional case
113113

@@ -124,7 +124,7 @@ DecisionManagerApi apiInstance = new DecisionManagerApi();
124124
String id = "id_example"; // String | An unique identification number generated by Cybersource to identify the submitted request.
125125
CaseManagementCommentsRequest caseManagementCommentsRequest = new CaseManagementCommentsRequest(); // CaseManagementCommentsRequest |
126126
try {
127-
InlineResponse201 result = apiInstance.commentDecisionManagerCase(id, caseManagementCommentsRequest);
127+
InlineResponse2011 result = apiInstance.commentDecisionManagerCase(id, caseManagementCommentsRequest);
128128
System.out.println(result);
129129
} catch (ApiException e) {
130130
System.err.println("Exception when calling DecisionManagerApi#commentDecisionManagerCase");
@@ -141,7 +141,7 @@ Name | Type | Description | Notes
141141

142142
### Return type
143143

144-
[**InlineResponse201**](InlineResponse201.md)
144+
[**InlineResponse2011**](InlineResponse2011.md)
145145

146146
### Authorization
147147

docs/InlineResponse2002.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**integrationInformation** | [**InlineResponse2002IntegrationInformation**](InlineResponse2002IntegrationInformation.md) | | [optional]
99
**organizationInformation** | [**Boardingv1registrationsOrganizationInformation**](Boardingv1registrationsOrganizationInformation.md) | | [optional]
1010
**productInformation** | [**Boardingv1registrationsProductInformation**](Boardingv1registrationsProductInformation.md) | | [optional]
11-
**productInformationSetups** | [**List&lt;InlineResponse2012ProductInformationSetups&gt;**](InlineResponse2012ProductInformationSetups.md) | | [optional]
11+
**productInformationSetups** | [**List&lt;InlineResponse2013ProductInformationSetups&gt;**](InlineResponse2013ProductInformationSetups.md) | | [optional]
1212
**documentInformation** | [**Boardingv1registrationsDocumentInformation**](Boardingv1registrationsDocumentInformation.md) | | [optional]
1313
**details** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]
1414

docs/InlineResponse201.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**id** | **String** | UUID uniquely generated for this comments. | [optional]
8-
**submitTimeUtc** | **String** | Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC. Returned by Cybersource for all services. | [optional]
9-
**status** | **String** | Status of the comment creation. Possible values are: - &#x60;COMPLETED&#x60; | [optional]
7+
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
8+
**status** | **String** | The status of the request. Possible values: - COMPLETED | [optional]
9+
**paymentInformation** | [**InlineResponse201PaymentInformation**](InlineResponse201PaymentInformation.md) | | [optional]
10+
**orderInformation** | [**InlineResponse201OrderInformation**](InlineResponse201OrderInformation.md) | | [optional]
1011

1112

1213

docs/InlineResponse2011.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
7+
**id** | **String** | UUID uniquely generated for this comments. | [optional]
88
**submitTimeUtc** | **String** | Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC. Returned by Cybersource for all services. | [optional]
9-
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED - MULTIPLE - NO MATCH | [optional]
10-
**paymentAccountInformation** | [**TmsBinLookupPaymentAccountInformation**](TmsBinLookupPaymentAccountInformation.md) | | [optional]
11-
**issuerInformation** | [**TmsBinLookupIssuerInformation**](TmsBinLookupIssuerInformation.md) | | [optional]
12-
**payoutInformation** | [**InlineResponse2011PayoutInformation**](InlineResponse2011PayoutInformation.md) | | [optional]
9+
**status** | **String** | Status of the comment creation. Possible values are: - &#x60;COMPLETED&#x60; | [optional]
1310

1411

1512

docs/InlineResponse2012.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**id** | **String** | | [optional]
8-
**submitTimeUtc** | [**DateTime**](DateTime.md) | Time of request in UTC. &#x60;Format: YYYY-MM-DDThh:mm:ssZ&#x60; Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC. | [optional]
9-
**status** | **String** | The status of Registration request Possible Values: - &#39;INITIALIZED&#39; - &#39;RECEIVED&#39; - &#39;PROCESSING&#39; - &#39;SUCCESS&#39; - &#39;FAILURE&#39; - &#39;PARTIAL&#39; | [optional]
10-
**registrationInformation** | [**InlineResponse2012RegistrationInformation**](InlineResponse2012RegistrationInformation.md) | | [optional]
11-
**integrationInformation** | [**InlineResponse2012IntegrationInformation**](InlineResponse2012IntegrationInformation.md) | | [optional]
12-
**organizationInformation** | [**InlineResponse2012OrganizationInformation**](InlineResponse2012OrganizationInformation.md) | | [optional]
13-
**productInformationSetups** | [**List&lt;InlineResponse2012ProductInformationSetups&gt;**](InlineResponse2012ProductInformationSetups.md) | | [optional]
14-
**message** | **String** | | [optional]
15-
**details** | [**Map&lt;String, List&lt;Object&gt;&gt;**](List.md) | | [optional]
7+
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
8+
**submitTimeUtc** | **String** | Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC. Returned by Cybersource for all services. | [optional]
9+
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED - MULTIPLE - NO MATCH | [optional]
10+
**paymentAccountInformation** | [**TmsBinLookupPaymentAccountInformation**](TmsBinLookupPaymentAccountInformation.md) | | [optional]
11+
**issuerInformation** | [**TmsBinLookupIssuerInformation**](TmsBinLookupIssuerInformation.md) | | [optional]
12+
**payoutInformation** | [**InlineResponse2012PayoutInformation**](InlineResponse2012PayoutInformation.md) | | [optional]
1613

1714

1815

docs/InlineResponse2011PayoutInformation.md renamed to docs/InlineResponse2012PayoutInformation.md

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

2-
# InlineResponse2011PayoutInformation
2+
# InlineResponse2012PayoutInformation
33

44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**pushFunds** | [**InlineResponse2011PayoutInformationPushFunds**](InlineResponse2011PayoutInformationPushFunds.md) | | [optional]
8-
**pullFunds** | [**InlineResponse2011PayoutInformationPullFunds**](InlineResponse2011PayoutInformationPullFunds.md) | | [optional]
7+
**pushFunds** | [**InlineResponse2012PayoutInformationPushFunds**](InlineResponse2012PayoutInformationPushFunds.md) | | [optional]
8+
**pullFunds** | [**InlineResponse2012PayoutInformationPullFunds**](InlineResponse2012PayoutInformationPullFunds.md) | | [optional]
99
**geoRestrictionIndicator** | **String** | This field indicates if the recipient issuer can accept transactions from the originator country. Possible values: - &#x60;Y&#x60; - &#x60;N&#x60; | [optional]
1010

1111

docs/InlineResponse2011PayoutInformationPullFunds.md renamed to docs/InlineResponse2012PayoutInformationPullFunds.md

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

2-
# InlineResponse2011PayoutInformationPullFunds
2+
# InlineResponse2012PayoutInformationPullFunds
33

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

0 commit comments

Comments
 (0)