UNPKG

@paciolan/cybersource-sdk

Version:
25 lines (24 loc) 1.18 kB
/** * 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 TssV2TransactionsPost201ResponseEmbeddedFraudMarkingInformation */ export interface TssV2TransactionsPost201ResponseEmbeddedFraudMarkingInformation { /** * Reason for adding the transaction to the negative list. This field can contain one of the following values: - fraud_chargeback: You have received a fraudrelated chargeback for the transaction. - non_fraud_chargeback: You have received a non-fraudulent chargeback for the transaction. - suspected: You believe that you will probably receive a chargeback for the transaction. - creditback: You issued a refund to the customer to avoid a chargeback for the transaction. * @type {string} * @memberof TssV2TransactionsPost201ResponseEmbeddedFraudMarkingInformation */ reason?: string; }