@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
25 lines (24 loc) • 966 B
TypeScript
/**
* CyberSource Merged Spec
* All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
*
* OpenAPI spec version: 0.0.1
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
* Decides whether to call Payer Authentication or Watchlist Screening service along with DM or not.
* @export
* @interface Riskv1decisionsProcessingInformation
*/
export interface Riskv1decisionsProcessingInformation {
/**
* - Use `CONSUMER_AUTHENTICATION` to use Payer Authentication along with Decision Manager. For any other value, only Decision Manager will run. - Use `WATCHLIST_SCREENING` when you want to call Watchlist Screening service.
* @type {Array<string>}
* @memberof Riskv1decisionsProcessingInformation
*/
actionList?: Array<string>;
}