/**
 * 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 { Boardingv1registrationsDocumentInformation } from './boardingv1registrations-document-information';
import { Boardingv1registrationsOrganizationInformation } from './boardingv1registrations-organization-information';
import { Boardingv1registrationsProductInformation } from './boardingv1registrations-product-information';
import { Boardingv1registrationsRegistrationInformation } from './boardingv1registrations-registration-information';
import { InlineResponse2004IntegrationInformation } from './inline-response2004-integration-information';
import { InlineResponse2013ProductInformationSetups } from './inline-response2013-product-information-setups';
/**
 *
 * @export
 * @interface InlineResponse2004
 */
export interface InlineResponse2004 {
    /**
     *
     * @type {Boardingv1registrationsRegistrationInformation}
     * @memberof InlineResponse2004
     */
    registrationInformation?: Boardingv1registrationsRegistrationInformation;
    /**
     *
     * @type {InlineResponse2004IntegrationInformation}
     * @memberof InlineResponse2004
     */
    integrationInformation?: InlineResponse2004IntegrationInformation;
    /**
     *
     * @type {Boardingv1registrationsOrganizationInformation}
     * @memberof InlineResponse2004
     */
    organizationInformation?: Boardingv1registrationsOrganizationInformation;
    /**
     *
     * @type {Boardingv1registrationsProductInformation}
     * @memberof InlineResponse2004
     */
    productInformation?: Boardingv1registrationsProductInformation;
    /**
     *
     * @type {Array<InlineResponse2013ProductInformationSetups>}
     * @memberof InlineResponse2004
     */
    productInformationSetups?: Array<InlineResponse2013ProductInformationSetups>;
    /**
     *
     * @type {Boardingv1registrationsDocumentInformation}
     * @memberof InlineResponse2004
     */
    documentInformation?: Boardingv1registrationsDocumentInformation;
    /**
     *
     * @type {{ [key: string]: Array<any>; }}
     * @memberof InlineResponse2004
     */
    details?: {
        [key: string]: Array<any>;
    };
}
