cybersource-rest-client 0.0.59 → 0.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (213) hide show
  1. package/docs/BatchesApi.md +6 -6
  2. package/docs/BinLookupApi.md +2 -2
  3. package/docs/CheckPayerAuthEnrollmentRequest.md +1 -1
  4. package/docs/CreateNewWebhooksApi.md +2 -2
  5. package/docs/CreatePaymentRequest.md +1 -0
  6. package/docs/InlineResponse2001.md +7 -6
  7. package/docs/{InlineResponse2002IntegrationInformation.md → InlineResponse2001IntegrationInformation.md} +2 -2
  8. package/docs/{InlineResponse2002IntegrationInformationTenantConfigurations.md → InlineResponse2001IntegrationInformationTenantConfigurations.md} +1 -1
  9. package/docs/InlineResponse2002.md +3 -7
  10. package/docs/InlineResponse2003.md +14 -3
  11. package/docs/InlineResponse2005.md +7 -14
  12. package/docs/InlineResponse2005Embedded.md +8 -0
  13. package/docs/{InlineResponse2006EmbeddedBatches.md → InlineResponse2005EmbeddedBatches.md} +3 -3
  14. package/docs/InlineResponse2005EmbeddedLinks.md +8 -0
  15. package/docs/{InlineResponse2006EmbeddedLinksReports.md → InlineResponse2005EmbeddedLinksReports.md} +1 -1
  16. package/docs/{InlineResponse2006EmbeddedTotals.md → InlineResponse2005EmbeddedTotals.md} +1 -1
  17. package/docs/InlineResponse2005Links.md +9 -0
  18. package/docs/InlineResponse2006.md +10 -7
  19. package/docs/{InlineResponse2007Billing.md → InlineResponse2006Billing.md} +1 -1
  20. package/docs/InlineResponse2006Links.md +2 -2
  21. package/docs/{InlineResponse2007LinksReport.md → InlineResponse2006LinksReport.md} +1 -1
  22. package/docs/InlineResponse2007.md +7 -7
  23. package/docs/InlineResponse2007Records.md +10 -0
  24. package/docs/{InlineResponse2008ResponseRecord.md → InlineResponse2007ResponseRecord.md} +2 -2
  25. package/docs/{InlineResponse2008ResponseRecordAdditionalUpdates.md → InlineResponse2007ResponseRecordAdditionalUpdates.md} +1 -1
  26. package/docs/{InlineResponse2008SourceRecord.md → InlineResponse2007SourceRecord.md} +1 -1
  27. package/docs/InlineResponse2012SetupsPayments.md +1 -0
  28. package/docs/InlineResponse4005.md +18 -5
  29. package/docs/{InlineResponse4007Details.md → InlineResponse4005Details.md} +1 -1
  30. package/docs/InlineResponse4006.md +42 -5
  31. package/docs/{InlineResponse4008Details.md → InlineResponse4006Details.md} +1 -1
  32. package/docs/InlineResponse4041.md +1 -1
  33. package/docs/InlineResponse4221.md +1 -1
  34. package/docs/InlineResponse5002.md +13 -4
  35. package/docs/ManageWebhooksApi.md +4 -4
  36. package/docs/MerchantBoardingApi.md +2 -2
  37. package/docs/PayerAuthConfigCardTypesVerifiedByVisaCurrencies.md +1 -1
  38. package/docs/PayerAuthSetupRequest.md +1 -1
  39. package/docs/PaymentsProducts.md +1 -0
  40. package/docs/PaymentsProductsServiceFee.md +9 -0
  41. package/docs/PaymentsProductsServiceFeeConfigurationInformation.md +8 -0
  42. package/docs/PaymentsProductsServiceFeeConfigurationInformationConfigurations.md +12 -0
  43. package/docs/PaymentsProductsServiceFeeConfigurationInformationConfigurationsMerchantInformation.md +10 -0
  44. package/docs/PaymentsProductsServiceFeeConfigurationInformationConfigurationsPaymentInformation.md +44 -0
  45. package/docs/PaymentsProductsServiceFeeConfigurationInformationConfigurationsProducts.md +8 -0
  46. package/docs/PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION.md +1 -1
  47. package/docs/PtsV2PaymentsPost201ResponseProcessorInformation.md +1 -0
  48. package/docs/Ptsv2paymentsProcessingInformationAuthorizationOptions.md +1 -0
  49. package/docs/Ptsv2paymentsRecipientInformation.md +7 -3
  50. package/docs/Ptsv2paymentsSenderInformation.md +14 -0
  51. package/docs/RiskV1AuthenticationResultsPost201Response.md +1 -2
  52. package/docs/RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation.md +5 -0
  53. package/docs/RiskV1AuthenticationsPost201Response.md +1 -2
  54. package/docs/RiskV1AuthenticationsPost400Response1.md +1 -1
  55. package/docs/Riskv1authenticationresultsConsumerAuthenticationInformation.md +1 -3
  56. package/docs/Riskv1authenticationresultsPaymentInformationCard.md +0 -1
  57. package/docs/Riskv1authenticationsDeviceInformation.md +8 -8
  58. package/docs/Riskv1authenticationsPaymentInformation.md +1 -1
  59. package/docs/Riskv1authenticationsetupsClientReferenceInformation.md +11 -0
  60. package/docs/Riskv1decisionsConsumerAuthenticationInformation.md +1 -2
  61. package/docs/ValidateRequest.md +1 -1
  62. package/package.json +1 -1
  63. package/src/ApiClient.js +14 -0
  64. package/src/api/BatchesApi.js +13 -13
  65. package/src/api/BinLookupApi.js +2 -2
  66. package/src/api/CreateNewWebhooksApi.js +7 -7
  67. package/src/api/ManageWebhooksApi.js +10 -10
  68. package/src/api/MerchantBoardingApi.js +7 -7
  69. package/src/api/UnifiedCheckoutCaptureContextApi.js +4 -4
  70. package/src/index.js +104 -269
  71. package/src/model/CheckPayerAuthEnrollmentRequest.js +6 -6
  72. package/src/model/CreatePaymentRequest.js +12 -4
  73. package/src/model/InlineResponse2001.js +36 -34
  74. package/src/model/{InlineResponse2002IntegrationInformation.js → InlineResponse2001IntegrationInformation.js} +13 -13
  75. package/src/model/{InlineResponse2002IntegrationInformationTenantConfigurations.js → InlineResponse2001IntegrationInformationTenantConfigurations.js} +9 -9
  76. package/src/model/InlineResponse2002.js +18 -48
  77. package/src/model/InlineResponse2003.js +115 -18
  78. package/src/model/InlineResponse2005.js +32 -99
  79. package/src/model/{InlineResponse2006Embedded.js → InlineResponse2005Embedded.js} +13 -13
  80. package/src/model/{InlineResponse2006EmbeddedBatches.js → InlineResponse2005EmbeddedBatches.js} +15 -15
  81. package/src/model/{InlineResponse2006EmbeddedLinks.js → InlineResponse2005EmbeddedLinks.js} +13 -13
  82. package/src/model/{InlineResponse2006EmbeddedLinksReports.js → InlineResponse2005EmbeddedLinksReports.js} +8 -8
  83. package/src/model/{InlineResponse2006EmbeddedTotals.js → InlineResponse2005EmbeddedTotals.js} +8 -8
  84. package/src/model/InlineResponse2005Links.js +90 -0
  85. package/src/model/InlineResponse2006.js +59 -30
  86. package/src/model/{InlineResponse2007Billing.js → InlineResponse2006Billing.js} +8 -8
  87. package/src/model/InlineResponse2006Links.js +12 -13
  88. package/src/model/{InlineResponse2007LinksReport.js → InlineResponse2006LinksReport.js} +8 -8
  89. package/src/model/InlineResponse2007.js +37 -37
  90. package/src/model/{InlineResponse2008Records.js → InlineResponse2007Records.js} +15 -15
  91. package/src/model/{InlineResponse2008ResponseRecord.js → InlineResponse2007ResponseRecord.js} +13 -13
  92. package/src/model/{InlineResponse2008ResponseRecordAdditionalUpdates.js → InlineResponse2007ResponseRecordAdditionalUpdates.js} +8 -8
  93. package/src/model/{InlineResponse2008SourceRecord.js → InlineResponse2007SourceRecord.js} +8 -8
  94. package/src/model/InlineResponse2012SetupsPayments.js +8 -0
  95. package/src/model/InlineResponse4005.js +36 -16
  96. package/src/model/{InlineResponse4007Details.js → InlineResponse4005Details.js} +8 -8
  97. package/src/model/InlineResponse4006.js +106 -27
  98. package/src/model/{InlineResponse4008Details.js → InlineResponse4006Details.js} +8 -8
  99. package/src/model/InlineResponse4041.js +6 -6
  100. package/src/model/InlineResponse4221.js +6 -6
  101. package/src/model/InlineResponse5002.js +18 -7
  102. package/src/model/PayerAuthConfigCardTypesVerifiedByVisaCurrencies.js +1 -0
  103. package/src/model/PayerAuthSetupRequest.js +6 -6
  104. package/src/model/PaymentsProducts.js +12 -4
  105. package/src/model/PaymentsProductsServiceFee.js +89 -0
  106. package/src/model/PaymentsProductsServiceFeeConfigurationInformation.js +81 -0
  107. package/src/model/PaymentsProductsServiceFeeConfigurationInformationConfigurations.js +116 -0
  108. package/src/model/PaymentsProductsServiceFeeConfigurationInformationConfigurationsMerchantInformation.js +100 -0
  109. package/src/model/PaymentsProductsServiceFeeConfigurationInformationConfigurationsPaymentInformation.js +175 -0
  110. package/src/model/PaymentsProductsServiceFeeConfigurationInformationConfigurationsProducts.js +82 -0
  111. package/src/model/PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION.js +1 -1
  112. package/src/model/PtsV2PaymentsPost201ResponseProcessorInformation.js +9 -0
  113. package/src/model/Ptsv2paymentsProcessingInformationAuthorizationOptions.js +9 -0
  114. package/src/model/Ptsv2paymentsRecipientInformation.js +39 -3
  115. package/src/model/Ptsv2paymentsSenderInformation.js +136 -0
  116. package/src/model/RiskV1AuthenticationResultsPost201Response.js +1 -10
  117. package/src/model/RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation.js +45 -0
  118. package/src/model/RiskV1AuthenticationsPost201Response.js +1 -10
  119. package/src/model/RiskV1AuthenticationsPost400Response1.js +1 -1
  120. package/src/model/Riskv1authenticationresultsConsumerAuthenticationInformation.js +3 -20
  121. package/src/model/Riskv1authenticationresultsPaymentInformationCard.js +0 -9
  122. package/src/model/Riskv1authenticationsDeviceInformation.js +17 -9
  123. package/src/model/Riskv1authenticationsPaymentInformation.js +6 -6
  124. package/src/model/{Kmsv2keyssymClientReferenceInformation.js → Riskv1authenticationsetupsClientReferenceInformation.js} +19 -10
  125. package/src/model/Riskv1decisionsConsumerAuthenticationInformation.js +3 -11
  126. package/src/model/ValidateRequest.js +6 -6
  127. package/src/utilities/tracking/SdkTracker.js +0 -5
  128. package/docs/AsymmetricKeyManagementApi.md +0 -199
  129. package/docs/CreateP12KeysRequest.md +0 -9
  130. package/docs/CreateSharedSecretKeysRequest.md +0 -9
  131. package/docs/CreateSharedSecretKeysVerifiRequest.md +0 -9
  132. package/docs/DeleteBulkP12KeysRequest.md +0 -9
  133. package/docs/DeleteBulkSymmetricKeysRequest.md +0 -9
  134. package/docs/InlineResponse2001Keys.md +0 -20
  135. package/docs/InlineResponse2006Embedded.md +0 -8
  136. package/docs/InlineResponse2006EmbeddedLinks.md +0 -8
  137. package/docs/InlineResponse2007Links.md +0 -9
  138. package/docs/InlineResponse2008.md +0 -17
  139. package/docs/InlineResponse2008Records.md +0 -10
  140. package/docs/InlineResponse4007.md +0 -25
  141. package/docs/InlineResponse4008.md +0 -49
  142. package/docs/InlineResponse5003.md +0 -20
  143. package/docs/InlineResponse5021.md +0 -12
  144. package/docs/KeyManagementApi.md +0 -70
  145. package/docs/KeyManagementPasswordApi.md +0 -58
  146. package/docs/KeyManagementPgpApi.md +0 -58
  147. package/docs/KeyManagementScmpApi.md +0 -58
  148. package/docs/KmsV2KeysAsymDeletesPost200Response.md +0 -10
  149. package/docs/KmsV2KeysAsymDeletesPost200ResponseKeyInformation.md +0 -13
  150. package/docs/KmsV2KeysAsymGet200Response.md +0 -9
  151. package/docs/KmsV2KeysAsymGet200ResponseKeyInformation.md +0 -15
  152. package/docs/KmsV2KeysAsymPost201Response.md +0 -12
  153. package/docs/KmsV2KeysAsymPost201ResponseCertificateInformation.md +0 -11
  154. package/docs/KmsV2KeysAsymPost201ResponseKeyInformation.md +0 -16
  155. package/docs/KmsV2KeysSymDeletesPost200Response.md +0 -11
  156. package/docs/KmsV2KeysSymDeletesPost200ResponseKeyInformation.md +0 -12
  157. package/docs/KmsV2KeysSymGet200Response.md +0 -10
  158. package/docs/KmsV2KeysSymGet200ResponseKeyInformation.md +0 -13
  159. package/docs/KmsV2KeysSymPost201Response.md +0 -11
  160. package/docs/KmsV2KeysSymPost201ResponseErrorInformation.md +0 -9
  161. package/docs/KmsV2KeysSymPost201ResponseKeyInformation.md +0 -16
  162. package/docs/Kmsv2keysasymKeyInformation.md +0 -10
  163. package/docs/Kmsv2keyssymClientReferenceInformation.md +0 -10
  164. package/docs/Kmsv2keyssymKeyInformation.md +0 -9
  165. package/docs/Kmsv2keyssymdeletesKeyInformation.md +0 -10
  166. package/docs/Kmsv2keyssymverifiKeyInformation.md +0 -21
  167. package/docs/Riskv1authenticationsPaymentInformationCard.md +0 -12
  168. package/docs/SymmetricKeyManagementApi.md +0 -199
  169. package/docs/UpdateAsymKeysRequest.md +0 -9
  170. package/docs/UpdatePGPKeysRequest.md +0 -9
  171. package/docs/UpdatePGPKeysRequest1.md +0 -12
  172. package/docs/UpdatePasswordKeysRequest.md +0 -9
  173. package/src/api/AsymmetricKeyManagementApi.js +0 -257
  174. package/src/api/KeyManagementApi.js +0 -114
  175. package/src/api/KeyManagementPasswordApi.js +0 -110
  176. package/src/api/KeyManagementPgpApi.js +0 -110
  177. package/src/api/KeyManagementScmpApi.js +0 -110
  178. package/src/api/SymmetricKeyManagementApi.js +0 -257
  179. package/src/model/CreateP12KeysRequest.js +0 -89
  180. package/src/model/CreateSharedSecretKeysRequest.js +0 -89
  181. package/src/model/CreateSharedSecretKeysVerifiRequest.js +0 -89
  182. package/src/model/DeleteBulkP12KeysRequest.js +0 -89
  183. package/src/model/DeleteBulkSymmetricKeysRequest.js +0 -89
  184. package/src/model/InlineResponse2001Keys.js +0 -191
  185. package/src/model/InlineResponse2007Links.js +0 -89
  186. package/src/model/InlineResponse2008.js +0 -158
  187. package/src/model/InlineResponse4007.js +0 -138
  188. package/src/model/InlineResponse4008.js +0 -196
  189. package/src/model/InlineResponse5003.js +0 -120
  190. package/src/model/InlineResponse5021.js +0 -118
  191. package/src/model/KmsV2KeysAsymDeletesPost200Response.js +0 -98
  192. package/src/model/KmsV2KeysAsymDeletesPost200ResponseKeyInformation.js +0 -127
  193. package/src/model/KmsV2KeysAsymGet200Response.js +0 -90
  194. package/src/model/KmsV2KeysAsymGet200ResponseKeyInformation.js +0 -145
  195. package/src/model/KmsV2KeysAsymPost201Response.js +0 -115
  196. package/src/model/KmsV2KeysAsymPost201ResponseCertificateInformation.js +0 -109
  197. package/src/model/KmsV2KeysAsymPost201ResponseKeyInformation.js +0 -154
  198. package/src/model/KmsV2KeysSymDeletesPost200Response.js +0 -107
  199. package/src/model/KmsV2KeysSymDeletesPost200ResponseKeyInformation.js +0 -118
  200. package/src/model/KmsV2KeysSymGet200Response.js +0 -99
  201. package/src/model/KmsV2KeysSymGet200ResponseKeyInformation.js +0 -127
  202. package/src/model/KmsV2KeysSymPost201Response.js +0 -107
  203. package/src/model/KmsV2KeysSymPost201ResponseErrorInformation.js +0 -90
  204. package/src/model/KmsV2KeysSymPost201ResponseKeyInformation.js +0 -154
  205. package/src/model/Kmsv2keysasymKeyInformation.js +0 -103
  206. package/src/model/Kmsv2keyssymKeyInformation.js +0 -93
  207. package/src/model/Kmsv2keyssymdeletesKeyInformation.js +0 -103
  208. package/src/model/Kmsv2keyssymverifiKeyInformation.js +0 -119
  209. package/src/model/Riskv1authenticationsPaymentInformationCard.js +0 -122
  210. package/src/model/UpdateAsymKeysRequest.js +0 -93
  211. package/src/model/UpdatePGPKeysRequest.js +0 -93
  212. package/src/model/UpdatePGPKeysRequest1.js +0 -118
  213. package/src/model/UpdatePasswordKeysRequest.js +0 -93
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  <a name="getBatchReport"></a>
14
14
  # **getBatchReport**
15
- > InlineResponse2008 getBatchReport(batchId)
15
+ > InlineResponse2007 getBatchReport(batchId)
16
16
 
17
17
  Retrieve a Batch Report
18
18
 
@@ -45,7 +45,7 @@ Name | Type | Description | Notes
45
45
 
46
46
  ### Return type
47
47
 
48
- [**InlineResponse2008**](InlineResponse2008.md)
48
+ [**InlineResponse2007**](InlineResponse2007.md)
49
49
 
50
50
  ### Authorization
51
51
 
@@ -58,7 +58,7 @@ No authorization required
58
58
 
59
59
  <a name="getBatchStatus"></a>
60
60
  # **getBatchStatus**
61
- > InlineResponse2007 getBatchStatus(batchId)
61
+ > InlineResponse2006 getBatchStatus(batchId)
62
62
 
63
63
  Retrieve a Batch Status
64
64
 
@@ -91,7 +91,7 @@ Name | Type | Description | Notes
91
91
 
92
92
  ### Return type
93
93
 
94
- [**InlineResponse2007**](InlineResponse2007.md)
94
+ [**InlineResponse2006**](InlineResponse2006.md)
95
95
 
96
96
  ### Authorization
97
97
 
@@ -104,7 +104,7 @@ No authorization required
104
104
 
105
105
  <a name="getBatchesList"></a>
106
106
  # **getBatchesList**
107
- > InlineResponse2006 getBatchesList(opts)
107
+ > InlineResponse2005 getBatchesList(opts)
108
108
 
109
109
  List Batches
110
110
 
@@ -144,7 +144,7 @@ Name | Type | Description | Notes
144
144
 
145
145
  ### Return type
146
146
 
147
- [**InlineResponse2006**](InlineResponse2006.md)
147
+ [**InlineResponse2005**](InlineResponse2005.md)
148
148
 
149
149
  ### Authorization
150
150
 
@@ -13,7 +13,7 @@ Method | HTTP request | Description
13
13
 
14
14
  BIN Lookup API
15
15
 
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 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.
17
17
 
18
18
  ### Example
19
19
  ```javascript
@@ -51,5 +51,5 @@ No authorization required
51
51
  ### HTTP request headers
52
52
 
53
53
  - **Content-Type**: application/json;charset=utf-8
54
- - **Accept**: application/hal+json;charset=utf-8
54
+ - **Accept**: application/json;charset=utf-8
55
55
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **clientReferenceInformation** | [**Riskv1decisionsClientReferenceInformation**](Riskv1decisionsClientReferenceInformation.md) | | [optional]
6
+ **clientReferenceInformation** | [**Riskv1authenticationsetupsClientReferenceInformation**](Riskv1authenticationsetupsClientReferenceInformation.md) | | [optional]
7
7
  **orderInformation** | [**Riskv1authenticationsOrderInformation**](Riskv1authenticationsOrderInformation.md) | | [optional]
8
8
  **paymentInformation** | [**Riskv1authenticationsPaymentInformation**](Riskv1authenticationsPaymentInformation.md) | | [optional]
9
9
  **processingInformation** | [**Riskv1authenticationsetupsProcessingInformation**](Riskv1authenticationsetupsProcessingInformation.md) | | [optional]
@@ -58,7 +58,7 @@ No authorization required
58
58
 
59
59
  <a name="findProductsToSubscribe"></a>
60
60
  # **findProductsToSubscribe**
61
- > [InlineResponse2003] findProductsToSubscribe(organizationId)
61
+ > [InlineResponse2002] findProductsToSubscribe(organizationId)
62
62
 
63
63
  Find Products You Can Subscribe To
64
64
 
@@ -91,7 +91,7 @@ Name | Type | Description | Notes
91
91
 
92
92
  ### Return type
93
93
 
94
- [**[InlineResponse2003]**](InlineResponse2003.md)
94
+ [**[InlineResponse2002]**](InlineResponse2002.md)
95
95
 
96
96
  ### Authorization
97
97
 
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **paymentInformation** | [**Ptsv2paymentsPaymentInformation**](Ptsv2paymentsPaymentInformation.md) | | [optional]
10
10
  **orderInformation** | [**Ptsv2paymentsOrderInformation**](Ptsv2paymentsOrderInformation.md) | | [optional]
11
11
  **buyerInformation** | [**Ptsv2paymentsBuyerInformation**](Ptsv2paymentsBuyerInformation.md) | | [optional]
12
+ **senderInformation** | [**Ptsv2paymentsSenderInformation**](Ptsv2paymentsSenderInformation.md) | | [optional]
12
13
  **recipientInformation** | [**Ptsv2paymentsRecipientInformation**](Ptsv2paymentsRecipientInformation.md) | | [optional]
13
14
  **deviceInformation** | [**Ptsv2paymentsDeviceInformation**](Ptsv2paymentsDeviceInformation.md) | | [optional]
14
15
  **merchantInformation** | [**Ptsv2paymentsMerchantInformation**](Ptsv2paymentsMerchantInformation.md) | | [optional]
@@ -3,11 +3,12 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **submitTimeUtc** | **String** | Time of request in UTC. `Format: YYYY-MM-DDThh:mm:ssZ` 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]
7
- **totalCount** | **Number** | Specifies the total number of items found based on the request | [optional]
8
- **offset** | **Number** | Specifies the record offset from the records are returned part of the response | [optional]
9
- **limit** | **Number** | Specifies the maximum number of records requested part of the response | [optional]
10
- **sort** | **String** | Specifies a comma separated list of field names based on which the result is sorted. | [optional]
11
- **keys** | [**[InlineResponse2001Keys]**](InlineResponse2001Keys.md) | | [optional]
6
+ **registrationInformation** | [**Boardingv1registrationsRegistrationInformation**](Boardingv1registrationsRegistrationInformation.md) | | [optional]
7
+ **integrationInformation** | [**InlineResponse2001IntegrationInformation**](InlineResponse2001IntegrationInformation.md) | | [optional]
8
+ **organizationInformation** | [**Boardingv1registrationsOrganizationInformation**](Boardingv1registrationsOrganizationInformation.md) | | [optional]
9
+ **productInformation** | [**Boardingv1registrationsProductInformation**](Boardingv1registrationsProductInformation.md) | | [optional]
10
+ **productInformationSetups** | [**[InlineResponse2012ProductInformationSetups]**](InlineResponse2012ProductInformationSetups.md) | | [optional]
11
+ **documentInformation** | [**Boardingv1registrationsDocumentInformation**](Boardingv1registrationsDocumentInformation.md) | | [optional]
12
+ **details** | **{String: [Object]}** | | [optional]
12
13
 
13
14
 
@@ -1,9 +1,9 @@
1
- # CyberSource.InlineResponse2002IntegrationInformation
1
+ # CyberSource.InlineResponse2001IntegrationInformation
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **oauth2** | [**[Boardingv1registrationsIntegrationInformationOauth2]**](Boardingv1registrationsIntegrationInformationOauth2.md) | | [optional]
7
- **tenantConfigurations** | [**[InlineResponse2002IntegrationInformationTenantConfigurations]**](InlineResponse2002IntegrationInformationTenantConfigurations.md) | tenantConfigurations is an array of objects that includes the tenant information this merchant is associated with. | [optional]
7
+ **tenantConfigurations** | [**[InlineResponse2001IntegrationInformationTenantConfigurations]**](InlineResponse2001IntegrationInformationTenantConfigurations.md) | tenantConfigurations is an array of objects that includes the tenant information this merchant is associated with. | [optional]
8
8
 
9
9
 
@@ -1,4 +1,4 @@
1
- # CyberSource.InlineResponse2002IntegrationInformationTenantConfigurations
1
+ # CyberSource.InlineResponse2001IntegrationInformationTenantConfigurations
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -3,12 +3,8 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **registrationInformation** | [**Boardingv1registrationsRegistrationInformation**](Boardingv1registrationsRegistrationInformation.md) | | [optional]
7
- **integrationInformation** | [**InlineResponse2002IntegrationInformation**](InlineResponse2002IntegrationInformation.md) | | [optional]
8
- **organizationInformation** | [**Boardingv1registrationsOrganizationInformation**](Boardingv1registrationsOrganizationInformation.md) | | [optional]
9
- **productInformation** | [**Boardingv1registrationsProductInformation**](Boardingv1registrationsProductInformation.md) | | [optional]
10
- **productInformationSetups** | [**[InlineResponse2012ProductInformationSetups]**](InlineResponse2012ProductInformationSetups.md) | | [optional]
11
- **documentInformation** | [**Boardingv1registrationsDocumentInformation**](Boardingv1registrationsDocumentInformation.md) | | [optional]
12
- **details** | **{String: [Object]}** | | [optional]
6
+ **productId** | **String** | Product ID. | [optional]
7
+ **productName** | **String** | Product Name. | [optional]
8
+ **eventTypes** | [**[Notificationsubscriptionsv1productsorganizationIdEventTypes]**](Notificationsubscriptionsv1productsorganizationIdEventTypes.md) | | [optional]
13
9
 
14
10
 
@@ -3,8 +3,19 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **productId** | **String** | Product ID. | [optional]
7
- **productName** | **String** | Product Name. | [optional]
8
- **eventTypes** | [**[Notificationsubscriptionsv1productsorganizationIdEventTypes]**](Notificationsubscriptionsv1productsorganizationIdEventTypes.md) | | [optional]
6
+ **webhookId** | **String** | Webhook Id. This is generated by the server. | [optional]
7
+ **organizationId** | **String** | Organization ID. | [optional]
8
+ **products** | [**[Notificationsubscriptionsv1webhooksProducts]**](Notificationsubscriptionsv1webhooksProducts.md) | | [optional]
9
+ **webhookUrl** | **String** | The client's endpoint (URL) to receive webhooks. | [optional]
10
+ **healthCheckUrl** | **String** | The client's health check endpoint (URL). This should be as close as possible to the actual webhookUrl. | [optional]
11
+ **notificationScope** | [**Notificationsubscriptionsv1webhooksNotificationScope**](Notificationsubscriptionsv1webhooksNotificationScope.md) | | [optional]
12
+ **status** | **String** | Webhook status. | [optional] [default to 'INACTIVE']
13
+ **name** | **String** | Client friendly webhook name. | [optional]
14
+ **description** | **String** | Client friendly webhook description. | [optional]
15
+ **retryPolicy** | [**Notificationsubscriptionsv1webhooksRetryPolicy**](Notificationsubscriptionsv1webhooksRetryPolicy.md) | | [optional]
16
+ **securityPolicy** | [**Notificationsubscriptionsv1webhooksSecurityPolicy**](Notificationsubscriptionsv1webhooksSecurityPolicy.md) | | [optional]
17
+ **createdOn** | **String** | Date on which webhook was created/registered. | [optional]
18
+ **updatedOn** | **String** | Date on which webhook was most recently updated. | [optional]
19
+ **additionalAttributes** | **[{String: String}]** | Additional, free form configuration data. | [optional]
9
20
 
10
21
 
@@ -3,19 +3,12 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **webhookId** | **String** | Webhook Id. This is generated by the server. | [optional]
7
- **organizationId** | **String** | Organization ID. | [optional]
8
- **products** | [**[Notificationsubscriptionsv1webhooksProducts]**](Notificationsubscriptionsv1webhooksProducts.md) | | [optional]
9
- **webhookUrl** | **String** | The client's endpoint (URL) to receive webhooks. | [optional]
10
- **healthCheckUrl** | **String** | The client's health check endpoint (URL). This should be as close as possible to the actual webhookUrl. | [optional]
11
- **notificationScope** | [**Notificationsubscriptionsv1webhooksNotificationScope**](Notificationsubscriptionsv1webhooksNotificationScope.md) | | [optional]
12
- **status** | **String** | Webhook status. | [optional] [default to 'INACTIVE']
13
- **name** | **String** | Client friendly webhook name. | [optional]
14
- **description** | **String** | Client friendly webhook description. | [optional]
15
- **retryPolicy** | [**Notificationsubscriptionsv1webhooksRetryPolicy**](Notificationsubscriptionsv1webhooksRetryPolicy.md) | | [optional]
16
- **securityPolicy** | [**Notificationsubscriptionsv1webhooksSecurityPolicy**](Notificationsubscriptionsv1webhooksSecurityPolicy.md) | | [optional]
17
- **createdOn** | **String** | Date on which webhook was created/registered. | [optional]
18
- **updatedOn** | **String** | Date on which webhook was most recently updated. | [optional]
19
- **additionalAttributes** | **[{String: String}]** | Additional, free form configuration data. | [optional]
6
+ **links** | [**[InlineResponse2005Links]**](InlineResponse2005Links.md) | | [optional]
7
+ **_object** | **String** | | [optional]
8
+ **offset** | **Number** | | [optional]
9
+ **limit** | **Number** | | [optional]
10
+ **count** | **Number** | | [optional]
11
+ **total** | **Number** | | [optional]
12
+ **embedded** | [**InlineResponse2005Embedded**](InlineResponse2005Embedded.md) | | [optional]
20
13
 
21
14
 
@@ -0,0 +1,8 @@
1
+ # CyberSource.InlineResponse2005Embedded
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **batches** | [**[InlineResponse2005EmbeddedBatches]**](InlineResponse2005EmbeddedBatches.md) | | [optional]
7
+
8
+
@@ -1,9 +1,9 @@
1
- # CyberSource.InlineResponse2006EmbeddedBatches
1
+ # CyberSource.InlineResponse2005EmbeddedBatches
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **links** | [**InlineResponse2006EmbeddedLinks**](InlineResponse2006EmbeddedLinks.md) | | [optional]
6
+ **links** | [**InlineResponse2005EmbeddedLinks**](InlineResponse2005EmbeddedLinks.md) | | [optional]
7
7
  **batchId** | **String** | Unique identification number assigned to the submitted request. | [optional]
8
8
  **batchCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
9
9
  **batchModifiedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
@@ -12,6 +12,6 @@ Name | Type | Description | Notes
12
12
  **merchantReference** | **String** | Reference used by merchant to identify batch. | [optional]
13
13
  **batchCaEndpoints** | **[String]** | Valid Values: * VISA * MASTERCARD * AMEX | [optional]
14
14
  **status** | **String** | Valid Values: * REJECTED * RECEIVED * VALIDATED * DECLINED * PROCESSING * COMPLETE | [optional]
15
- **totals** | [**InlineResponse2006EmbeddedTotals**](InlineResponse2006EmbeddedTotals.md) | | [optional]
15
+ **totals** | [**InlineResponse2005EmbeddedTotals**](InlineResponse2005EmbeddedTotals.md) | | [optional]
16
16
 
17
17
 
@@ -0,0 +1,8 @@
1
+ # CyberSource.InlineResponse2005EmbeddedLinks
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **reports** | [**[InlineResponse2005EmbeddedLinksReports]**](InlineResponse2005EmbeddedLinksReports.md) | | [optional]
7
+
8
+
@@ -1,4 +1,4 @@
1
- # CyberSource.InlineResponse2006EmbeddedLinksReports
1
+ # CyberSource.InlineResponse2005EmbeddedLinksReports
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # CyberSource.InlineResponse2006EmbeddedTotals
1
+ # CyberSource.InlineResponse2005EmbeddedTotals
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -0,0 +1,9 @@
1
+ # CyberSource.InlineResponse2005Links
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **rel** | **String** | Valid Values: * self * first * last * prev * next | [optional]
7
+ **href** | **String** | | [optional]
8
+
9
+
@@ -3,12 +3,15 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **links** | [**[InlineResponse2006Links]**](InlineResponse2006Links.md) | | [optional]
7
- **_object** | **String** | | [optional]
8
- **offset** | **Number** | | [optional]
9
- **limit** | **Number** | | [optional]
10
- **count** | **Number** | | [optional]
11
- **total** | **Number** | | [optional]
12
- **embedded** | [**InlineResponse2006Embedded**](InlineResponse2006Embedded.md) | | [optional]
6
+ **links** | [**InlineResponse2006Links**](InlineResponse2006Links.md) | | [optional]
7
+ **batchId** | **String** | Unique identification number assigned to the submitted request. | [optional]
8
+ **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]
10
+ **merchantReference** | **String** | Reference used by merchant to identify batch. | [optional]
11
+ **batchCaEndpoints** | **String** | | [optional]
12
+ **status** | **String** | Valid Values: * REJECTED * RECEIVED * VALIDATED * DECLINED * PROCESSING * COMPLETED | [optional]
13
+ **totals** | [**InlineResponse2005EmbeddedTotals**](InlineResponse2005EmbeddedTotals.md) | | [optional]
14
+ **billing** | [**InlineResponse2006Billing**](InlineResponse2006Billing.md) | | [optional]
15
+ **description** | **String** | | [optional]
13
16
 
14
17
 
@@ -1,4 +1,4 @@
1
- # CyberSource.InlineResponse2007Billing
1
+ # CyberSource.InlineResponse2006Billing
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **rel** | **String** | Valid Values: * self * first * last * prev * next | [optional]
7
- **href** | **String** | | [optional]
6
+ **self** | [**InlineResponse202LinksStatus**](InlineResponse202LinksStatus.md) | | [optional]
7
+ **report** | [**[InlineResponse2006LinksReport]**](InlineResponse2006LinksReport.md) | | [optional]
8
8
 
9
9
 
@@ -1,4 +1,4 @@
1
- # CyberSource.InlineResponse2007LinksReport
1
+ # CyberSource.InlineResponse2006LinksReport
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -3,15 +3,15 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **links** | [**InlineResponse2007Links**](InlineResponse2007Links.md) | | [optional]
6
+ **version** | **String** | | [optional]
7
+ **reportCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
7
8
  **batchId** | **String** | Unique identification number assigned to the submitted request. | [optional]
8
- **batchCreatedDate** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
9
9
  **batchSource** | **String** | Valid Values: * SCHEDULER * TOKEN_API * CREDIT_CARD_FILE_UPLOAD * AMEX_REGSITRY * AMEX_REGISTRY_API * AMEX_MAINTENANCE | [optional]
10
- **merchantReference** | **String** | Reference used by merchant to identify batch. | [optional]
11
10
  **batchCaEndpoints** | **String** | | [optional]
12
- **status** | **String** | Valid Values: * REJECTED * RECEIVED * VALIDATED * DECLINED * PROCESSING * COMPLETED | [optional]
13
- **totals** | [**InlineResponse2006EmbeddedTotals**](InlineResponse2006EmbeddedTotals.md) | | [optional]
14
- **billing** | [**InlineResponse2007Billing**](InlineResponse2007Billing.md) | | [optional]
15
- **description** | **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** | [**InlineResponse2005EmbeddedTotals**](InlineResponse2005EmbeddedTotals.md) | | [optional]
14
+ **billing** | [**InlineResponse2006Billing**](InlineResponse2006Billing.md) | | [optional]
15
+ **records** | [**[InlineResponse2007Records]**](InlineResponse2007Records.md) | | [optional]
16
16
 
17
17
 
@@ -0,0 +1,10 @@
1
+ # CyberSource.InlineResponse2007Records
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **String** | | [optional]
7
+ **sourceRecord** | [**InlineResponse2007SourceRecord**](InlineResponse2007SourceRecord.md) | | [optional]
8
+ **responseRecord** | [**InlineResponse2007ResponseRecord**](InlineResponse2007ResponseRecord.md) | | [optional]
9
+
10
+
@@ -1,4 +1,4 @@
1
- # CyberSource.InlineResponse2008ResponseRecord
1
+ # CyberSource.InlineResponse2007ResponseRecord
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -12,6 +12,6 @@ Name | Type | Description | Notes
12
12
  **cardExpiryMonth** | **String** | | [optional]
13
13
  **cardExpiryYear** | **String** | | [optional]
14
14
  **cardType** | **String** | | [optional]
15
- **additionalUpdates** | [**[InlineResponse2008ResponseRecordAdditionalUpdates]**](InlineResponse2008ResponseRecordAdditionalUpdates.md) | | [optional]
15
+ **additionalUpdates** | [**[InlineResponse2007ResponseRecordAdditionalUpdates]**](InlineResponse2007ResponseRecordAdditionalUpdates.md) | | [optional]
16
16
 
17
17
 
@@ -1,4 +1,4 @@
1
- # CyberSource.InlineResponse2008ResponseRecordAdditionalUpdates
1
+ # CyberSource.InlineResponse2007ResponseRecordAdditionalUpdates
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -1,4 +1,4 @@
1
- # CyberSource.InlineResponse2008SourceRecord
1
+ # CyberSource.InlineResponse2007SourceRecord
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -20,5 +20,6 @@ Name | Type | Description | Notes
20
20
  **payByLink** | [**InlineResponse2012SetupsPaymentsDigitalPayments**](InlineResponse2012SetupsPaymentsDigitalPayments.md) | | [optional]
21
21
  **unifiedCheckout** | [**InlineResponse2012SetupsPaymentsDigitalPayments**](InlineResponse2012SetupsPaymentsDigitalPayments.md) | | [optional]
22
22
  **receivablesManager** | [**InlineResponse2012SetupsPaymentsDigitalPayments**](InlineResponse2012SetupsPaymentsDigitalPayments.md) | | [optional]
23
+ **serviceFee** | [**InlineResponse2012SetupsPaymentsCardProcessing**](InlineResponse2012SetupsPaymentsCardProcessing.md) | | [optional]
23
24
 
24
25
 
@@ -3,10 +3,23 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **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. Returned by Cybersource for all services. | [optional]
7
- **status** | **String** | The status of the submitted transaction. Possible values: - INVALID_REQUEST | [optional]
8
- **reason** | **String** | The reason of the status. Possible values: - MISSING_FIELD | [optional]
9
- **message** | **String** | The detail message related to the status and reason listed above. | [optional]
10
- **statusCode** | **String** | HTTP status code of the submitted request. Possible values: - 500 | [optional]
6
+ **submitTimeUtc** | **Date** | Time of request in UTC. `Format: YYYY-MM-DDThh:mm:ssZ` 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]
7
+ **status** | **String** | The http status description of the submitted request. | [optional]
8
+ **reason** | **String** | Documented reason codes. Client should be able to use the key for generating their own error message Possible Values: - 'INVALID_DATA' - 'SYSTEM_ERROR' - 'RESOURCE_NOT_FOUND' | [optional]
9
+ **message** | **String** | Descriptive message for the error. | [optional]
10
+ **details** | [**[InlineResponse4005Details]**](InlineResponse4005Details.md) | | [optional]
11
+
12
+
13
+ <a name="ReasonEnum"></a>
14
+ ## Enum: ReasonEnum
15
+
16
+
17
+ * `INVALID_DATA` (value: `"INVALID_DATA"`)
18
+
19
+ * `SYSTEM_ERROR` (value: `"SYSTEM_ERROR"`)
20
+
21
+ * `RESOURCE_NOT_FOUND` (value: `"RESOURCE_NOT_FOUND"`)
22
+
23
+
11
24
 
12
25
 
@@ -1,4 +1,4 @@
1
- # CyberSource.InlineResponse4007Details
1
+ # CyberSource.InlineResponse4005Details
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -3,10 +3,47 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **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. Returned by Cybersource for all services. | [optional]
7
- **status** | **String** | The status of the submitted transaction. Possible values: - INVALID_REQUEST | [optional]
8
- **reason** | **String** | The reason of the status. Possible values: - MISSING_FIELD - INVALID_DATA | [optional]
9
- **message** | **String** | The detail message related to the status and reason listed above. | [optional]
10
- **details** | [**[PtsV2PaymentsPost201ResponseErrorInformationDetails]**](PtsV2PaymentsPost201ResponseErrorInformationDetails.md) | | [optional]
6
+ **correlationId** | **String** | | [optional]
7
+ **details** | [**[InlineResponse4006Details]**](InlineResponse4006Details.md) | | [optional]
8
+ **informationLink** | **String** | | [optional]
9
+ **message** | **String** | |
10
+ **reason** | **String** | |
11
+
12
+
13
+ <a name="ReasonEnum"></a>
14
+ ## Enum: ReasonEnum
15
+
16
+
17
+ * `INVALID_APIKEY` (value: `"INVALID_APIKEY"`)
18
+
19
+ * `INVALID_SHIPPING_INPUT_PARAMS` (value: `"INVALID_SHIPPING_INPUT_PARAMS"`)
20
+
21
+ * `CAPTURE_CONTEXT_INVALID` (value: `"CAPTURE_CONTEXT_INVALID"`)
22
+
23
+ * `CAPTURE_CONTEXT_EXPIRED` (value: `"CAPTURE_CONTEXT_EXPIRED"`)
24
+
25
+ * `SDK_XHR_ERROR` (value: `"SDK_XHR_ERROR"`)
26
+
27
+ * `UNIFIEDPAYMENTS_VALIDATION_PARAMS` (value: `"UNIFIEDPAYMENTS_VALIDATION_PARAMS"`)
28
+
29
+ * `UNIFIEDPAYMENTS_VALIDATION_FIELDS` (value: `"UNIFIEDPAYMENTS_VALIDATION_FIELDS"`)
30
+
31
+ * `UNIFIEDPAYMENT_PAYMENT_PARAMITERS` (value: `"UNIFIEDPAYMENT_PAYMENT_PARAMITERS"`)
32
+
33
+ * `CREATE_TOKEN_TIMEOUT` (value: `"CREATE_TOKEN_TIMEOUT"`)
34
+
35
+ * `CREATE_TOKEN_XHR_ERROR` (value: `"CREATE_TOKEN_XHR_ERROR"`)
36
+
37
+ * `SHOW_LOAD_CONTAINER_SELECTOR` (value: `"SHOW_LOAD_CONTAINER_SELECTOR"`)
38
+
39
+ * `SHOW_LOAD_INVALID_CONTAINER` (value: `"SHOW_LOAD_INVALID_CONTAINER"`)
40
+
41
+ * `SHOW_TOKEN_TIMEOUT` (value: `"SHOW_TOKEN_TIMEOUT"`)
42
+
43
+ * `SHOW_TOKEN_XHR_ERROR` (value: `"SHOW_TOKEN_XHR_ERROR"`)
44
+
45
+ * `SHOW_PAYMENT_TIMEOUT` (value: `"SHOW_PAYMENT_TIMEOUT"`)
46
+
47
+
11
48
 
12
49
 
@@ -1,4 +1,4 @@
1
- # CyberSource.InlineResponse4008Details
1
+ # CyberSource.InlineResponse4006Details
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **status** | **String** | The http status description of the submitted request. | [optional]
8
8
  **reason** | **String** | Documented reason codes. Client should be able to use the key for generating their own error message Possible Values: - 'RESOURCE_NOT_FOUND' | [optional]
9
9
  **message** | **String** | Descriptive message for the error. | [optional]
10
- **details** | [**[InlineResponse4007Details]**](InlineResponse4007Details.md) | | [optional]
10
+ **details** | [**[InlineResponse4005Details]**](InlineResponse4005Details.md) | | [optional]
11
11
 
12
12
 
13
13
  <a name="ReasonEnum"></a>
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **status** | **String** | The http status description of the submitted request. | [optional]
8
8
  **reason** | **String** | Documented reason codes. Client should be able to use the key for generating their own error message Possible Values: - 'INVALID_DATA' | [optional]
9
9
  **message** | **String** | Descriptive message for the error. | [optional]
10
- **details** | [**[InlineResponse4007Details]**](InlineResponse4007Details.md) | | [optional]
10
+ **details** | [**[InlineResponse4005Details]**](InlineResponse4005Details.md) | | [optional]
11
11
 
12
12
 
13
13
  <a name="ReasonEnum"></a>
@@ -3,9 +3,18 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **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. Returned by Cybersource for all services. | [optional]
7
- **status** | **String** | The status of the submitted request. Possible values: - SERVER_ERROR | [optional]
8
- **reason** | **String** | The reason of the status. Possible values: - SYSTEM_ERROR - SERVER_TIMEOUT - SERVICE_TIMEOUT | [optional]
9
- **message** | **String** | The detail message related to the status and reason listed above. | [optional]
6
+ **submitTimeUtc** | **Date** | Time of request in UTC. `Format: YYYY-MM-DDThh:mm:ssZ` 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]
7
+ **status** | **String** | The http status description of the submitted request. | [optional]
8
+ **reason** | **String** | Documented reason codes. Client should be able to use the key for generating their own error message Possible Values: - 'SYSTEM_ERROR' | [optional]
9
+ **message** | **String** | Descriptive message for the error. | [optional]
10
+
11
+
12
+ <a name="ReasonEnum"></a>
13
+ ## Enum: ReasonEnum
14
+
15
+
16
+ * `SYSTEM_ERROR` (value: `"SYSTEM_ERROR"`)
17
+
18
+
10
19
 
11
20
 
@@ -59,7 +59,7 @@ No authorization required
59
59
 
60
60
  <a name="getWebhookSubscriptionById"></a>
61
61
  # **getWebhookSubscriptionById**
62
- > InlineResponse2005 getWebhookSubscriptionById(webhookId)
62
+ > InlineResponse2004 getWebhookSubscriptionById(webhookId)
63
63
 
64
64
  Get Details On a Single Webhook
65
65
 
@@ -92,7 +92,7 @@ Name | Type | Description | Notes
92
92
 
93
93
  ### Return type
94
94
 
95
- [**InlineResponse2005**](InlineResponse2005.md)
95
+ [**InlineResponse2004**](InlineResponse2004.md)
96
96
 
97
97
  ### Authorization
98
98
 
@@ -105,7 +105,7 @@ No authorization required
105
105
 
106
106
  <a name="getWebhookSubscriptionsByOrg"></a>
107
107
  # **getWebhookSubscriptionsByOrg**
108
- > [InlineResponse2004] getWebhookSubscriptionsByOrg(organizationId, productId, eventType)
108
+ > [InlineResponse2003] getWebhookSubscriptionsByOrg(organizationId, productId, eventType)
109
109
 
110
110
  Get Details On All Created Webhooks
111
111
 
@@ -144,7 +144,7 @@ Name | Type | Description | Notes
144
144
 
145
145
  ### Return type
146
146
 
147
- [**[InlineResponse2004]**](InlineResponse2004.md)
147
+ [**[InlineResponse2003]**](InlineResponse2003.md)
148
148
 
149
149
  ### Authorization
150
150
 
@@ -10,7 +10,7 @@ Method | HTTP request | Description
10
10
 
11
11
  <a name="getRegistration"></a>
12
12
  # **getRegistration**
13
- > InlineResponse2002 getRegistration(registrationId)
13
+ > InlineResponse2001 getRegistration(registrationId)
14
14
 
15
15
  Gets all the information on a boarding registration
16
16
 
@@ -43,7 +43,7 @@ Name | Type | Description | Notes
43
43
 
44
44
  ### Return type
45
45
 
46
- [**InlineResponse2002**](InlineResponse2002.md)
46
+ [**InlineResponse2001**](InlineResponse2001.md)
47
47
 
48
48
  ### Authorization
49
49
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **currencyCodes** | **[String]** | | [optional]
6
+ **currencyCodes** | **[String]** | Supported currency codes are numeric ISO 4217 codes, such as 840 for US Dollar and 978 for Euro. For backward compatibility, we also support the 'ALL' code, which represents all currencies. In the UI, 'ALL' is displayed as 'Default'. | [optional]
7
7
  **acquirerId** | **String** | The Acquirer ID value, often referred to as the Acquirer BIN, is specific to an Acquirer. The value is created by Cardinal in their system and the Acquirer may not know that the Acquirer ID is different from their Acquiring BIN. It is most often the Acquiring BIN + \"-1000\" but the trailing character can be different. **Note** We will need to double check with Cardinal before setting up the Portfolio Template in production. | [optional]
8
8
  **processorMerchantId** | **String** | Processor Merchant ID is the Merchant ID assigned by your acquiring bank. This Merchant ID should also be used by your bank to register your account to the card scheme Directory Server for processing Payer Authentication services. | [optional]
9
9