/**
 * 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.
 */
import { PtsV2PaymentsPost400ResponseDetails } from './pts-v2-payments-post400-response-details';
/**
 *
 * @export
 * @interface TssV2TransactionsGet200ResponseErrorInformation
 */
export interface TssV2TransactionsGet200ResponseErrorInformation {
    /**
     * 1-word description of why a request succeeded or failed.
     * @type {string}
     * @memberof TssV2TransactionsGet200ResponseErrorInformation
     */
    reason?: string;
    /**
     * The user-facing description for why a request succeeded or failed.
     * @type {string}
     * @memberof TssV2TransactionsGet200ResponseErrorInformation
     */
    message?: string;
    /**
     *
     * @type {Array<PtsV2PaymentsPost400ResponseDetails>}
     * @memberof TssV2TransactionsGet200ResponseErrorInformation
     */
    details?: Array<PtsV2PaymentsPost400ResponseDetails>;
}
