/**
 * 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 InlineResponse2013RegistrationInformation
 */
export interface InlineResponse2013RegistrationInformation {
    /**
     *
     * @type {string}
     * @memberof InlineResponse2013RegistrationInformation
     */
    boardingPackageId?: string;
    /**
     * In case mode is not provided the API will use COMPLETE as default Possible Values:   - 'COMPLETE'   - 'PARTIAL'
     * @type {string}
     * @memberof InlineResponse2013RegistrationInformation
     */
    mode?: InlineResponse2013RegistrationInformationModeEnum;
    /**
     *
     * @type {string}
     * @memberof InlineResponse2013RegistrationInformation
     */
    salesRepId?: string;
}
/**
    * @export
    * @enum {string}
    */
export declare enum InlineResponse2013RegistrationInformationModeEnum {
    COMPLETE = "COMPLETE",
    PARTIAL = "PARTIAL"
}
