/**
 * 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 { DmConfigThirdpartyProviderAccurint } from './dm-config-thirdparty-provider-accurint';
import { DmConfigThirdpartyProviderCredilink } from './dm-config-thirdparty-provider-credilink';
import { DmConfigThirdpartyProviderEkata } from './dm-config-thirdparty-provider-ekata';
import { DmConfigThirdpartyProviderEmailage } from './dm-config-thirdparty-provider-emailage';
import { DmConfigThirdpartyProviderPerseuss } from './dm-config-thirdparty-provider-perseuss';
import { DmConfigThirdpartyProviderSignifyd } from './dm-config-thirdparty-provider-signifyd';
import { DmConfigThirdpartyProviderTargus } from './dm-config-thirdparty-provider-targus';
/**
 *
 * @export
 * @interface DmConfigThirdpartyProvider
 */
export interface DmConfigThirdpartyProvider {
    /**
     *
     * @type {DmConfigThirdpartyProviderAccurint}
     * @memberof DmConfigThirdpartyProvider
     */
    accurint?: DmConfigThirdpartyProviderAccurint;
    /**
     *
     * @type {DmConfigThirdpartyProviderCredilink}
     * @memberof DmConfigThirdpartyProvider
     */
    credilink?: DmConfigThirdpartyProviderCredilink;
    /**
     *
     * @type {DmConfigThirdpartyProviderEkata}
     * @memberof DmConfigThirdpartyProvider
     */
    ekata?: DmConfigThirdpartyProviderEkata;
    /**
     *
     * @type {DmConfigThirdpartyProviderEmailage}
     * @memberof DmConfigThirdpartyProvider
     */
    emailage?: DmConfigThirdpartyProviderEmailage;
    /**
     *
     * @type {DmConfigThirdpartyProviderPerseuss}
     * @memberof DmConfigThirdpartyProvider
     */
    perseuss?: DmConfigThirdpartyProviderPerseuss;
    /**
     *
     * @type {DmConfigThirdpartyProviderSignifyd}
     * @memberof DmConfigThirdpartyProvider
     */
    signifyd?: DmConfigThirdpartyProviderSignifyd;
    /**
     *
     * @type {DmConfigThirdpartyProviderTargus}
     * @memberof DmConfigThirdpartyProvider
     */
    targus?: DmConfigThirdpartyProviderTargus;
}
