Skip to content

Commit 34d4f63

Browse files
authored
Merge pull request #174 from CyberSource/release/aug25
Release/aug25
2 parents 538237e + 5e0f437 commit 34d4f63

File tree

215 files changed

+4815
-2231
lines changed

Some content is hidden

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

215 files changed

+4815
-2231
lines changed

docs/BatchesApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Method | HTTP request | Description
1212

1313
<a name="getBatchReport"></a>
1414
# **getBatchReport**
15-
> InlineResponse20010 getBatchReport(batchId)
15+
> InlineResponse20011 getBatchReport(batchId)
1616
1717
Retrieve a Batch Report
1818

@@ -45,7 +45,7 @@ Name | Type | Description | Notes
4545

4646
### Return type
4747

48-
[**InlineResponse20010**](InlineResponse20010.md)
48+
[**InlineResponse20011**](InlineResponse20011.md)
4949

5050
### Authorization
5151

@@ -58,7 +58,7 @@ No authorization required
5858

5959
<a name="getBatchStatus"></a>
6060
# **getBatchStatus**
61-
> InlineResponse2009 getBatchStatus(batchId)
61+
> InlineResponse20010 getBatchStatus(batchId)
6262
6363
Retrieve a Batch Status
6464

@@ -91,7 +91,7 @@ Name | Type | Description | Notes
9191

9292
### Return type
9393

94-
[**InlineResponse2009**](InlineResponse2009.md)
94+
[**InlineResponse20010**](InlineResponse20010.md)
9595

9696
### Authorization
9797

@@ -104,7 +104,7 @@ No authorization required
104104

105105
<a name="getBatchesList"></a>
106106
# **getBatchesList**
107-
> InlineResponse2008 getBatchesList(opts)
107+
> InlineResponse2009 getBatchesList(opts)
108108
109109
List Batches
110110

@@ -144,7 +144,7 @@ Name | Type | Description | Notes
144144

145145
### Return type
146146

147-
[**InlineResponse2008**](InlineResponse2008.md)
147+
[**InlineResponse2009**](InlineResponse2009.md)
148148

149149
### Authorization
150150

docs/CreateWebhook.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Name | Type | Description | Notes
88
**organizationId** | **String** | Organization Identifier (OrgId) or Merchant Identifier (MID). | [optional]
99
**products** | [**[Notificationsubscriptionsv2webhooksProducts1]**](Notificationsubscriptionsv2webhooksProducts1.md) | To see the valid productId and eventTypes, call the \"Create and Manage Webhooks - Retrieve a list of event types\" endpoint. | [optional]
1010
**webhookUrl** | **String** | The client's endpoint (URL) to receive webhooks. | [optional]
11-
**healthCheckUrl** | **String** | The client's health check endpoint (URL). This should be as close as possible to the actual webhookUrl. If the user does not provide the health check URL, it is the user's responsibility to re-activate the webhook if it is deactivated by calling the test endpoint. | [optional]
11+
**healthCheckUrl** | **String** | The client's health check endpoint (URL). If the user does not provide the health check URL, it is the user's responsibility to re-activate the webhook if it is deactivated by calling the test endpoint. | [optional]
1212
**retryPolicy** | [**Notificationsubscriptionsv2webhooksRetryPolicy**](Notificationsubscriptionsv2webhooksRetryPolicy.md) | | [optional]
13-
**securityPolicy** | [**Notificationsubscriptionsv2webhooksSecurityPolicy1**](Notificationsubscriptionsv2webhooksSecurityPolicy1.md) | | [optional]
13+
**notificationScope** | **String** | The webhook scope. 1. SELF The Webhook is used to deliver webhooks for only this Organization (or Merchant). 2. DESCENDANTS The Webhook is used to deliver webhooks for this Organization and its children. This field is optional. Possible values: - SELF - DESCENDANTS | [optional] [default to 'DESCENDANTS']
14+
**securityPolicy** | [**Notificationsubscriptionsv2webhooksSecurityPolicy**](Notificationsubscriptionsv2webhooksSecurityPolicy.md) | | [optional]
1415

1516

docs/DeviceDeAssociationApi.md

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

5757
<a name="postDeAssociateV3Terminal"></a>
5858
# **postDeAssociateV3Terminal**
59-
> [InlineResponse2006] postDeAssociateV3Terminal(deviceDeAssociateV3Request)
59+
> [InlineResponse2007] postDeAssociateV3Terminal(deviceDeAssociateV3Request)
6060
6161
De-associate a device from merchant to account or reseller and from account to reseller
6262

@@ -89,7 +89,7 @@ Name | Type | Description | Notes
8989

9090
### Return type
9191

92-
[**[InlineResponse2006]**](InlineResponse2006.md)
92+
[**[InlineResponse2007]**](InlineResponse2007.md)
9393

9494
### Authorization
9595

docs/DeviceSearchApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111
<a name="postSearchQuery"></a>
1212
# **postSearchQuery**
13-
> InlineResponse2005 postSearchQuery(postDeviceSearchRequest)
13+
> InlineResponse2006 postSearchQuery(postDeviceSearchRequest)
1414
1515
Retrieve List of Devices for a given search query V2
1616

@@ -43,7 +43,7 @@ Name | Type | Description | Notes
4343

4444
### Return type
4545

46-
[**InlineResponse2005**](InlineResponse2005.md)
46+
[**InlineResponse2006**](InlineResponse2006.md)
4747

4848
### Authorization
4949

@@ -56,7 +56,7 @@ No authorization required
5656

5757
<a name="postSearchQueryV3"></a>
5858
# **postSearchQueryV3**
59-
> InlineResponse2007 postSearchQueryV3(postDeviceSearchRequestV3)
59+
> InlineResponse2008 postSearchQueryV3(postDeviceSearchRequestV3)
6060
6161
Retrieve List of Devices for a given search query
6262

@@ -89,7 +89,7 @@ Name | Type | Description | Notes
8989

9090
### Return type
9191

92-
[**InlineResponse2007**](InlineResponse2007.md)
92+
[**InlineResponse2008**](InlineResponse2008.md)
9393

9494
### Authorization
9595

docs/InlineResponse20010.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**version** | **String** | | [optional]
7-
**reportCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
6+
**links** | [**InlineResponse20010Links**](InlineResponse20010Links.md) | | [optional]
87
**batchId** | **String** | Unique identification number assigned to the submitted request. | [optional]
9-
**batchSource** | **String** | Valid Values: * SCHEDULER * TOKEN_API * CREDIT_CARD_FILE_UPLOAD * AMEX_REGSITRY * AMEX_REGISTRY_API * AMEX_MAINTENANCE | [optional]
10-
**batchCaEndpoints** | **String** | | [optional]
118
**batchCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
9+
**batchSource** | **String** | Valid Values: * SCHEDULER * TOKEN_API * CREDIT_CARD_FILE_UPLOAD * AMEX_REGSITRY * AMEX_REGISTRY_API * AMEX_MAINTENANCE | [optional]
1210
**merchantReference** | **String** | Reference used by merchant to identify batch. | [optional]
13-
**totals** | [**InlineResponse2008EmbeddedTotals**](InlineResponse2008EmbeddedTotals.md) | | [optional]
14-
**billing** | [**InlineResponse2009Billing**](InlineResponse2009Billing.md) | | [optional]
15-
**records** | [**[InlineResponse20010Records]**](InlineResponse20010Records.md) | | [optional]
11+
**batchCaEndpoints** | **String** | | [optional]
12+
**status** | **String** | Valid Values: * REJECTED * RECEIVED * VALIDATED * DECLINED * PROCESSING * COMPLETED | [optional]
13+
**totals** | [**InlineResponse2009EmbeddedTotals**](InlineResponse2009EmbeddedTotals.md) | | [optional]
14+
**billing** | [**InlineResponse20010Billing**](InlineResponse20010Billing.md) | | [optional]
15+
**description** | **String** | | [optional]
1616

1717

docs/InlineResponse2009Billing.md renamed to docs/InlineResponse20010Billing.md

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

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

docs/InlineResponse20010Links.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CyberSource.InlineResponse20010Links
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**self** | [**InlineResponse202LinksStatus**](InlineResponse202LinksStatus.md) | | [optional]
7+
**report** | [**[InlineResponse20010LinksReport]**](InlineResponse20010LinksReport.md) | | [optional]
8+
9+

docs/InlineResponse2009LinksReport.md renamed to docs/InlineResponse20010LinksReport.md

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

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

docs/InlineResponse20010Records.md

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

docs/InlineResponse20011.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# CyberSource.InlineResponse20011
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**version** | **String** | | [optional]
7+
**reportCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
8+
**batchId** | **String** | Unique identification number assigned to the submitted request. | [optional]
9+
**batchSource** | **String** | Valid Values: * SCHEDULER * TOKEN_API * CREDIT_CARD_FILE_UPLOAD * AMEX_REGSITRY * AMEX_REGISTRY_API * AMEX_MAINTENANCE | [optional]
10+
**batchCaEndpoints** | **String** | | [optional]
11+
**batchCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
12+
**merchantReference** | **String** | Reference used by merchant to identify batch. | [optional]
13+
**totals** | [**InlineResponse2009EmbeddedTotals**](InlineResponse2009EmbeddedTotals.md) | | [optional]
14+
**billing** | [**InlineResponse20010Billing**](InlineResponse20010Billing.md) | | [optional]
15+
**records** | [**[InlineResponse20011Records]**](InlineResponse20011Records.md) | | [optional]
16+
17+

0 commit comments

Comments
 (0)