@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
37 lines (36 loc) • 1.52 kB
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.
*/
/**
*
* @export
* @interface PtsV2PaymentsPost201ResponseEmbeddedActionsWATCHLISTSCREENING
*/
export interface PtsV2PaymentsPost201ResponseEmbeddedActionsWATCHLISTSCREENING {
/**
* The status for the call can be: - COMPLETED - INVALID_REQUEST - DECLINED
* @type {string}
* @memberof PtsV2PaymentsPost201ResponseEmbeddedActionsWATCHLISTSCREENING
*/
status?: string;
/**
* The reason of the status. Value can be - `CUSTOMER_WATCHLIST_MATCH` - `ADDRESS_COUNTRY_WATCHLIST_MATCH` - `EMAIL_COUNTRY_WATCHLIST_MATCH` - `IP_COUNTRY_WATCHLIST_MATCH` - `INVALID_MERCHANT_CONFIGURATION`
* @type {string}
* @memberof PtsV2PaymentsPost201ResponseEmbeddedActionsWATCHLISTSCREENING
*/
reason?: string;
/**
* The message describing the reason of the status. Value can be - The customer matched the Denied Parties List - The Export bill_country/ship_country match - Export email_country match - Export hostname_country/ip_country match
* @type {string}
* @memberof PtsV2PaymentsPost201ResponseEmbeddedActionsWATCHLISTSCREENING
*/
message?: string;
}