@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
37 lines (36 loc) • 1.76 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 TssV2TransactionsGet200ResponsePaymentInsightsInformationResponseInsights
*/
export interface TssV2TransactionsGet200ResponsePaymentInsightsInformationResponseInsights {
/**
* Categorization of response message from processor Possible Values: - `APPROVED` - `ISSUER_WILL_NEVER_APPROVE` - `ISSUER_CANT_APPROVE_AT_THIS_TIME` - `ISSUER_CANT_APPROVE_WITH_THESE_DETAILS` - `GENERIC_ERROR` - `OTHERS` - `MATCH_NOT_FOUND`
* @type {string}
* @memberof TssV2TransactionsGet200ResponsePaymentInsightsInformationResponseInsights
*/
category?: string;
/**
* Categorization Code of response message from processor Possible Values: - `01` : Issuer Will Never Approve - `02` : Issuer Can't Approve at this Time - `03` : Issuer Can't Approve with these Details - `04` : Generic Error - `98` : Others - `99` : Payment Insights Response Category Match Not Found
* @type {string}
* @memberof TssV2TransactionsGet200ResponsePaymentInsightsInformationResponseInsights
*/
categoryCode?: string;
/**
* Raw name of the processor used for the transaction processing, especially useful during acquirer swing to see which processor transaction settled with
* @type {string}
* @memberof TssV2TransactionsGet200ResponsePaymentInsightsInformationResponseInsights
*/
processorRawName?: string;
}