/**
 * 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 CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurations
 */
export interface CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurations {
    /**
     * Specify the Vault ID to which transacting MID needs to be assigned.Provide Vault ID as seen on EBC Vault management page. If not provided , transacting MID will be assigned to the existing default Vault at merchant's level. If there are no Vaults at merchant level , a new Vault will be created and transacting MID will be assigned to it.
     * @type {string}
     * @memberof CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurations
     */
    parentProfileId?: string;
}
