Skip to content

Commit 1029ad1

Browse files
authored
Merge pull request #87 from CyberSource/july-2020
July 2020 Release
2 parents b1e8a70 + 977294a commit 1029ad1

File tree

1,149 files changed

+79791
-24745
lines changed

Some content is hidden

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

1,149 files changed

+79791
-24745
lines changed

Api/AsymmetricKeyManagementApi.cs

Lines changed: 697 additions & 0 deletions
Large diffs are not rendered by default.

Api/CustomerApi.cs

Lines changed: 938 additions & 0 deletions
Large diffs are not rendered by default.

Api/CustomerPaymentInstrumentApi.cs

Lines changed: 1209 additions & 0 deletions
Large diffs are not rendered by default.

Api/CustomerShippingAddressApi.cs

Lines changed: 1209 additions & 0 deletions
Large diffs are not rendered by default.

Api/DecisionManagerApi.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ public interface IDecisionManagerApi : IApiAccessor
4848
/// <returns>ApiResponse of RiskV1UpdatePost201Response</returns>
4949
ApiResponse<RiskV1UpdatePost201Response> AddNegativeWithHttpInfo (string type, AddNegativeListRequest addNegativeListRequest);
5050
/// <summary>
51-
/// Create Decision Manager Case
51+
/// Create Decision Manager
5252
/// </summary>
5353
/// <remarks>
54-
/// 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.
54+
/// Decision Manager can help you automate and streamline your fraud operations. Decision Manager will return a decision based on the request values.
5555
/// </remarks>
5656
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
5757
/// <param name="createBundledDecisionManagerCaseRequest"></param>
5858
/// <returns>RiskV1DecisionsPost201Response</returns>
5959
RiskV1DecisionsPost201Response CreateBundledDecisionManagerCase (CreateBundledDecisionManagerCaseRequest createBundledDecisionManagerCaseRequest);
6060

6161
/// <summary>
62-
/// Create Decision Manager Case
62+
/// Create Decision Manager
6363
/// </summary>
6464
/// <remarks>
65-
/// 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.
65+
/// Decision Manager can help you automate and streamline your fraud operations. Decision Manager will return a decision based on the request values.
6666
/// </remarks>
6767
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
6868
/// <param name="createBundledDecisionManagerCaseRequest"></param>
@@ -117,21 +117,21 @@ public interface IDecisionManagerApi : IApiAccessor
117117
/// <returns>Task of ApiResponse (RiskV1UpdatePost201Response)</returns>
118118
System.Threading.Tasks.Task<ApiResponse<RiskV1UpdatePost201Response>> AddNegativeAsyncWithHttpInfo (string type, AddNegativeListRequest addNegativeListRequest);
119119
/// <summary>
120-
/// Create Decision Manager Case
120+
/// Create Decision Manager
121121
/// </summary>
122122
/// <remarks>
123-
/// 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.
123+
/// Decision Manager can help you automate and streamline your fraud operations. Decision Manager will return a decision based on the request values.
124124
/// </remarks>
125125
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
126126
/// <param name="createBundledDecisionManagerCaseRequest"></param>
127127
/// <returns>Task of RiskV1DecisionsPost201Response</returns>
128128
System.Threading.Tasks.Task<RiskV1DecisionsPost201Response> CreateBundledDecisionManagerCaseAsync (CreateBundledDecisionManagerCaseRequest createBundledDecisionManagerCaseRequest);
129129

130130
/// <summary>
131-
/// Create Decision Manager Case
131+
/// Create Decision Manager
132132
/// </summary>
133133
/// <remarks>
134-
/// 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.
134+
/// Decision Manager can help you automate and streamline your fraud operations. Decision Manager will return a decision based on the request values.
135135
/// </remarks>
136136
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
137137
/// <param name="createBundledDecisionManagerCaseRequest"></param>
@@ -430,7 +430,7 @@ public async System.Threading.Tasks.Task<ApiResponse<RiskV1UpdatePost201Response
430430
}
431431

432432
/// <summary>
433-
/// 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.
433+
/// Create Decision Manager Decision Manager can help you automate and streamline your fraud operations. Decision Manager will return a decision based on the request values.
434434
/// </summary>
435435
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
436436
/// <param name="createBundledDecisionManagerCaseRequest"></param>
@@ -442,7 +442,7 @@ public RiskV1DecisionsPost201Response CreateBundledDecisionManagerCase (CreateBu
442442
}
443443

444444
/// <summary>
445-
/// 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.
445+
/// Create Decision Manager Decision Manager can help you automate and streamline your fraud operations. Decision Manager will return a decision based on the request values.
446446
/// </summary>
447447
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
448448
/// <param name="createBundledDecisionManagerCaseRequest"></param>
@@ -504,7 +504,7 @@ public ApiResponse< RiskV1DecisionsPost201Response > CreateBundledDecisionManage
504504
}
505505

506506
/// <summary>
507-
/// 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.
507+
/// Create Decision Manager Decision Manager can help you automate and streamline your fraud operations. Decision Manager will return a decision based on the request values.
508508
/// </summary>
509509
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
510510
/// <param name="createBundledDecisionManagerCaseRequest"></param>
@@ -517,7 +517,7 @@ public async System.Threading.Tasks.Task<RiskV1DecisionsPost201Response> CreateB
517517
}
518518

519519
/// <summary>
520-
/// 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.
520+
/// Create Decision Manager Decision Manager can help you automate and streamline your fraud operations. Decision Manager will return a decision based on the request values.
521521
/// </summary>
522522
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
523523
/// <param name="createBundledDecisionManagerCaseRequest"></param>

0 commit comments

Comments
 (0)