Skip to content

Commit 885f061

Browse files
committed
+ Update to v0.0.11 of SDK
1 parent c7a00d5 commit 885f061

File tree

692 files changed

+4520
-19686
lines changed

Some content is hidden

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

692 files changed

+4520
-19686
lines changed

docs/CapturePaymentRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
**merchantInformation** | [**Ptsv2paymentsidcapturesMerchantInformation**](Ptsv2paymentsidcapturesMerchantInformation.md) | | [optional]
1414
**aggregatorInformation** | [**Ptsv2paymentsidcapturesAggregatorInformation**](Ptsv2paymentsidcapturesAggregatorInformation.md) | | [optional]
1515
**pointOfSaleInformation** | [**Ptsv2paymentsidcapturesPointOfSaleInformation**](Ptsv2paymentsidcapturesPointOfSaleInformation.md) | | [optional]
16-
**merchantDefinedInformation** | [**List<Ptsv2paymentsMerchantDefinedInformation>**](Ptsv2paymentsMerchantDefinedInformation.md) | The description for this field is not available. | [optional]
16+
**merchantDefinedInformation** | [**List<Ptsv2paymentsMerchantDefinedInformation>**](Ptsv2paymentsMerchantDefinedInformation.md) | The object containing the custom data that the merchant defines. | [optional]
1717
**installmentInformation** | [**Ptsv2paymentsidcapturesInstallmentInformation**](Ptsv2paymentsidcapturesInstallmentInformation.md) | | [optional]
1818

1919

docs/CheckPayerAuthEnrollmentRequest.md

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

docs/ConversionDetailsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Get conversion detail of transactions for a merchant.
2323

2424

2525
ConversionDetailsApi apiInstance = new ConversionDetailsApi();
26-
DateTime startTime = new DateTime(); // DateTime | Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
27-
DateTime endTime = new DateTime(); // DateTime | Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
26+
DateTime startTime = new DateTime(); // DateTime | Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
27+
DateTime endTime = new DateTime(); // DateTime | Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z)
2828
String organizationId = "organizationId_example"; // String | Valid Cybersource Organization Id
2929
try {
3030
ReportingV3ConversionDetailsGet200Response result = apiInstance.getConversionDetail(startTime, endTime, organizationId);
@@ -39,8 +39,8 @@ try {
3939

4040
Name | Type | Description | Notes
4141
------------- | ------------- | ------------- | -------------
42-
**startTime** | **DateTime**| Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
43-
**endTime** | **DateTime**| Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
42+
**startTime** | **DateTime**| Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
43+
**endTime** | **DateTime**| Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
4444
**organizationId** | **String**| Valid Cybersource Organization Id | [optional]
4545

4646
### Return type

docs/CreateCreditRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
**merchantInformation** | [**Ptsv2paymentsidrefundsMerchantInformation**](Ptsv2paymentsidrefundsMerchantInformation.md) | | [optional]
1414
**aggregatorInformation** | [**Ptsv2paymentsidcapturesAggregatorInformation**](Ptsv2paymentsidcapturesAggregatorInformation.md) | | [optional]
1515
**pointOfSaleInformation** | [**Ptsv2creditsPointOfSaleInformation**](Ptsv2creditsPointOfSaleInformation.md) | | [optional]
16-
**merchantDefinedInformation** | [**List<Ptsv2paymentsMerchantDefinedInformation>**](Ptsv2paymentsMerchantDefinedInformation.md) | The description for this field is not available. | [optional]
16+
**merchantDefinedInformation** | [**List<Ptsv2paymentsMerchantDefinedInformation>**](Ptsv2paymentsMerchantDefinedInformation.md) | The object containing the custom data that the merchant defines. | [optional]
1717

1818

1919

docs/CreatePaymentInstrumentRequest.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**links** | [**TmsV1InstrumentIdentifiersPost200ResponseLinks**](TmsV1InstrumentIdentifiersPost200ResponseLinks.md) | | [optional]
88
**id** | **String** | Unique identification number assigned by CyberSource to the submitted request. | [optional]
9-
**object** | [**ObjectEnum**](#ObjectEnum) | Describes type of token. | [optional]
10-
**state** | [**StateEnum**](#StateEnum) | Current state of the token. | [optional]
9+
**object** | **String** | 'Describes type of token.' Valid values: - paymentInstrument | [optional]
10+
**state** | **String** | 'Current state of the token.' Valid values: - ACTIVE - CLOSED | [optional]
1111
**bankAccount** | [**TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBankAccount**](TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBankAccount.md) | | [optional]
1212
**card** | [**TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedCard**](TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedCard.md) | | [optional]
1313
**buyerInformation** | [**TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformation**](TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformation.md) | | [optional]
@@ -18,19 +18,4 @@ Name | Type | Description | Notes
1818
**instrumentIdentifier** | [**TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedInstrumentIdentifier**](TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedInstrumentIdentifier.md) | | [optional]
1919

2020

21-
<a name="ObjectEnum"></a>
22-
## Enum: ObjectEnum
23-
Name | Value
24-
---- | -----
25-
PAYMENTINSTRUMENT | &quot;paymentInstrument&quot;
26-
27-
28-
<a name="StateEnum"></a>
29-
## Enum: StateEnum
30-
Name | Value
31-
---- | -----
32-
ACTIVE | &quot;ACTIVE&quot;
33-
CLOSED | &quot;CLOSED&quot;
34-
35-
3621

docs/CreatePaymentRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
**aggregatorInformation** | [**Ptsv2paymentsAggregatorInformation**](Ptsv2paymentsAggregatorInformation.md) | | [optional]
1717
**consumerAuthenticationInformation** | [**Ptsv2paymentsConsumerAuthenticationInformation**](Ptsv2paymentsConsumerAuthenticationInformation.md) | | [optional]
1818
**pointOfSaleInformation** | [**Ptsv2paymentsPointOfSaleInformation**](Ptsv2paymentsPointOfSaleInformation.md) | | [optional]
19-
**merchantDefinedInformation** | [**List&lt;Ptsv2paymentsMerchantDefinedInformation&gt;**](Ptsv2paymentsMerchantDefinedInformation.md) | The description for this field is not available. | [optional]
19+
**merchantDefinedInformation** | [**List&lt;Ptsv2paymentsMerchantDefinedInformation&gt;**](Ptsv2paymentsMerchantDefinedInformation.md) | The object containing the custom data that the merchant defines. | [optional]
2020
**installmentInformation** | [**Ptsv2paymentsInstallmentInformation**](Ptsv2paymentsInstallmentInformation.md) | | [optional]
2121

2222

docs/CreateSearchRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**save** | **Boolean** | save or not save. | [optional]
88
**name** | **String** | The description for this field is not available. | [optional]
9-
**timezone** | **String** | Time Zone. | [optional]
9+
**timezone** | **String** | Time Zone in ISO format. | [optional]
1010
**query** | **String** | transaction search query string. | [optional]
1111
**offset** | **Integer** | offset. | [optional]
12-
**limit** | **Integer** | limit on number of results. | [optional]
12+
**limit** | **Integer** | Limit on number of results. | [optional]
1313
**sort** | **String** | A comma separated list of the following form - fieldName1 asc or desc, fieldName2 asc or desc, etc. | [optional]
1414

1515

docs/DecisionManagerApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ All URIs are relative to *https://apitest.cybersource.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**createDecisionManagerCase**](DecisionManagerApi.md#createDecisionManagerCase) | **POST** /risk/v1/decisions | Create Decision Manager case
7+
[**createDecisionManagerCase**](DecisionManagerApi.md#createDecisionManagerCase) | **POST** /risk/v1/decisions | Create Decision Manager Case
88

99

1010
<a name="createDecisionManagerCase"></a>
1111
# **createDecisionManagerCase**
1212
> RiskV1DecisionsPost201Response createDecisionManagerCase(createDecisionManagerCaseRequest)
1313
14-
Create Decision Manager case
14+
Create Decision Manager Case
1515

1616
This is the combined request to the Decision Manager Service for a transaction sent to Cybersource. Decision Manager will return a decision based on the request values.
1717

docs/EmbeddedInstrumentIdentifier.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,13 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**links** | [**TmsV1InstrumentIdentifiersPost200ResponseLinks**](TmsV1InstrumentIdentifiersPost200ResponseLinks.md) | | [optional]
8-
**object** | [**ObjectEnum**](#ObjectEnum) | Describes type of token. | [optional]
9-
**state** | [**StateEnum**](#StateEnum) | Current state of the token. | [optional]
8+
**object** | **String** | &#39;Describes type of token.&#39; Valid values: - instrumentIdentifier | [optional]
9+
**state** | **String** | &#39;Current state of the token.&#39; Valid values: - ACTIVE - CLOSED | [optional]
1010
**id** | **String** | The ID of the existing instrument identifier to be linked to the newly created payment instrument. | [optional]
1111
**card** | [**TmsV1InstrumentIdentifiersPost200ResponseCard**](TmsV1InstrumentIdentifiersPost200ResponseCard.md) | | [optional]
1212
**bankAccount** | [**TmsV1InstrumentIdentifiersPost200ResponseBankAccount**](TmsV1InstrumentIdentifiersPost200ResponseBankAccount.md) | | [optional]
1313
**processingInformation** | [**TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation**](TmsV1InstrumentIdentifiersPost200ResponseProcessingInformation.md) | | [optional]
1414
**metadata** | [**TmsV1InstrumentIdentifiersPost200ResponseMetadata**](TmsV1InstrumentIdentifiersPost200ResponseMetadata.md) | | [optional]
1515

1616

17-
<a name="ObjectEnum"></a>
18-
## Enum: ObjectEnum
19-
Name | Value
20-
---- | -----
21-
INSTRUMENTIDENTIFIER | &quot;instrumentIdentifier&quot;
22-
23-
24-
<a name="StateEnum"></a>
25-
## Enum: StateEnum
26-
Name | Value
27-
---- | -----
28-
ACTIVE | &quot;ACTIVE&quot;
29-
CLOSED | &quot;CLOSED&quot;
30-
31-
3217

docs/FileDetail.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,8 @@ Name | Type | Description | Notes
99
**createdTime** | [**DateTime**](DateTime.md) | Date and time for the file in PST | [optional]
1010
**lastModifiedTime** | [**DateTime**](DateTime.md) | Date and time for the file in PST | [optional]
1111
**date** | [**LocalDate**](LocalDate.md) | Date and time for the file in PST | [optional]
12-
**mimeType** | [**MimeTypeEnum**](#MimeTypeEnum) | File extension | [optional]
12+
**mimeType** | **String** | &#39;File extension&#39; Valid values: - &#39;application/xml&#39; - &#39;text/csv&#39; - &#39;application/pdf&#39; - &#39;application/octet-stream&#39; | [optional]
1313
**size** | **Integer** | Size of the file in bytes | [optional]
1414

1515

16-
<a name="MimeTypeEnum"></a>
17-
## Enum: MimeTypeEnum
18-
Name | Value
19-
---- | -----
20-
APPLICATION_XML | &quot;application/xml&quot;
21-
TEXT_CSV | &quot;text/csv&quot;
22-
APPLICATION_PDF | &quot;application/pdf&quot;
23-
APPLICATION_OCTET_STREAM | &quot;application/octet-stream&quot;
24-
25-
2616

0 commit comments

Comments
 (0)