/**
 * 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 { InlineResponse2014KeyInformationErrorInformationDetails } from './inline-response2014-key-information-error-information-details';
/**
 *
 * @export
 * @interface InlineResponse2014KeyInformationErrorInformation
 */
export interface InlineResponse2014KeyInformationErrorInformation {
    /**
     * The reason of the status. Possible values:  - MISSING_FIELD  - INVALID_DATA
     * @type {string}
     * @memberof InlineResponse2014KeyInformationErrorInformation
     */
    reason?: string;
    /**
     *
     * @type {Array<InlineResponse2014KeyInformationErrorInformationDetails>}
     * @memberof InlineResponse2014KeyInformationErrorInformation
     */
    details?: Array<InlineResponse2014KeyInformationErrorInformationDetails>;
}
