Skip to content

Commit c08deb8

Browse files
authored
Merge pull request #54 from CyberSource/release-july19
Update to v0.0.0.9
2 parents c7770d6 + 81db220 commit c08deb8

File tree

539 files changed

+6525
-24190
lines changed

Some content is hidden

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

539 files changed

+6525
-24190
lines changed

Api/ConversionDetailsApi.cs

Lines changed: 24 additions & 20 deletions
Large diffs are not rendered by default.

Api/DecisionManagerApi.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public interface IDecisionManagerApi : IApiAccessor
2525
{
2626
#region Synchronous Operations
2727
/// <summary>
28-
/// Create Decision Manager case
28+
/// Create Decision Manager Case
2929
/// </summary>
3030
/// <remarks>
3131
/// 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.
@@ -36,7 +36,7 @@ public interface IDecisionManagerApi : IApiAccessor
3636
RiskV1DecisionsPost201Response CreateDecisionManagerCase (CreateDecisionManagerCaseRequest createDecisionManagerCaseRequest);
3737

3838
/// <summary>
39-
/// Create Decision Manager case
39+
/// Create Decision Manager Case
4040
/// </summary>
4141
/// <remarks>
4242
/// 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.
@@ -48,7 +48,7 @@ public interface IDecisionManagerApi : IApiAccessor
4848
#endregion Synchronous Operations
4949
#region Asynchronous Operations
5050
/// <summary>
51-
/// Create Decision Manager case
51+
/// Create Decision Manager Case
5252
/// </summary>
5353
/// <remarks>
5454
/// 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.
@@ -59,7 +59,7 @@ public interface IDecisionManagerApi : IApiAccessor
5959
System.Threading.Tasks.Task<RiskV1DecisionsPost201Response> CreateDecisionManagerCaseAsync (CreateDecisionManagerCaseRequest createDecisionManagerCaseRequest);
6060

6161
/// <summary>
62-
/// Create Decision Manager case
62+
/// Create Decision Manager Case
6363
/// </summary>
6464
/// <remarks>
6565
/// 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.
@@ -177,7 +177,7 @@ public void AddDefaultHeader(string key, string value)
177177
}
178178

179179
/// <summary>
180-
/// Create Decision Manager case 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.
180+
/// Create Decision Manager Case 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.
181181
/// </summary>
182182
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
183183
/// <param name="createDecisionManagerCaseRequest"></param>
@@ -189,7 +189,7 @@ public RiskV1DecisionsPost201Response CreateDecisionManagerCase (CreateDecisionM
189189
}
190190

191191
/// <summary>
192-
/// Create Decision Manager case 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.
192+
/// Create Decision Manager Case 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.
193193
/// </summary>
194194
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
195195
/// <param name="createDecisionManagerCaseRequest"></param>
@@ -251,7 +251,7 @@ public ApiResponse< RiskV1DecisionsPost201Response > CreateDecisionManagerCaseWi
251251
}
252252

253253
/// <summary>
254-
/// Create Decision Manager case 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.
254+
/// Create Decision Manager Case 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.
255255
/// </summary>
256256
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
257257
/// <param name="createDecisionManagerCaseRequest"></param>
@@ -264,7 +264,7 @@ public async System.Threading.Tasks.Task<RiskV1DecisionsPost201Response> CreateD
264264
}
265265

266266
/// <summary>
267-
/// Create Decision Manager case 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.
267+
/// Create Decision Manager Case 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.
268268
/// </summary>
269269
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
270270
/// <param name="createDecisionManagerCaseRequest"></param>

Api/NetFundingsApi.cs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public interface INetFundingsApi : IApiAccessor
3131
/// Get Netfunding information for an account or a merchant.
3232
/// </remarks>
3333
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
34-
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
35-
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
34+
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
35+
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
3636
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
3737
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
3838
/// <returns>ReportingV3NetFundingsGet200Response</returns>
@@ -45,8 +45,8 @@ public interface INetFundingsApi : IApiAccessor
4545
/// Get Netfunding information for an account or a merchant.
4646
/// </remarks>
4747
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
48-
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
49-
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
48+
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
49+
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
5050
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
5151
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
5252
/// <returns>ApiResponse of ReportingV3NetFundingsGet200Response</returns>
@@ -60,8 +60,8 @@ public interface INetFundingsApi : IApiAccessor
6060
/// Get Netfunding information for an account or a merchant.
6161
/// </remarks>
6262
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
63-
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
64-
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
63+
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
64+
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
6565
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
6666
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
6767
/// <returns>Task of ReportingV3NetFundingsGet200Response</returns>
@@ -74,8 +74,8 @@ public interface INetFundingsApi : IApiAccessor
7474
/// Get Netfunding information for an account or a merchant.
7575
/// </remarks>
7676
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
77-
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
78-
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
77+
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
78+
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
7979
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
8080
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
8181
/// <returns>Task of ApiResponse (ReportingV3NetFundingsGet200Response)</returns>
@@ -192,8 +192,8 @@ public void AddDefaultHeader(string key, string value)
192192
/// Get Netfunding information for an account or a merchant Get Netfunding information for an account or a merchant.
193193
/// </summary>
194194
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
195-
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
196-
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
195+
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
196+
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
197197
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
198198
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
199199
/// <returns>ReportingV3NetFundingsGet200Response</returns>
@@ -207,8 +207,8 @@ public ReportingV3NetFundingsGet200Response GetNetFundingDetails (DateTime? star
207207
/// Get Netfunding information for an account or a merchant Get Netfunding information for an account or a merchant.
208208
/// </summary>
209209
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
210-
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
211-
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
210+
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
211+
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
212212
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
213213
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
214214
/// <returns>ApiResponse of ReportingV3NetFundingsGet200Response</returns>
@@ -271,8 +271,8 @@ public ApiResponse< ReportingV3NetFundingsGet200Response > GetNetFundingDetailsW
271271
/// Get Netfunding information for an account or a merchant Get Netfunding information for an account or a merchant.
272272
/// </summary>
273273
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
274-
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
275-
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
274+
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
275+
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
276276
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
277277
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
278278
/// <returns>Task of ReportingV3NetFundingsGet200Response</returns>
@@ -287,8 +287,8 @@ public async System.Threading.Tasks.Task<ReportingV3NetFundingsGet200Response> G
287287
/// Get Netfunding information for an account or a merchant Get Netfunding information for an account or a merchant.
288288
/// </summary>
289289
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
290-
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
291-
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
290+
/// <param name="startTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
291+
/// <param name="endTime">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&#39;T&#39;HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) </param>
292292
/// <param name="organizationId">Valid Cybersource Organization Id (optional)</param>
293293
/// <param name="groupName">Valid CyberSource Group Name. (optional)</param>
294294
/// <returns>Task of ApiResponse (ReportingV3NetFundingsGet200Response)</returns>

0 commit comments

Comments
 (0)