import { SetPurchaseVLanResult } from "./SetPurchaseVLanResult";
/** SetPurchaseVLanResponse */
export interface SetPurchaseVLanResponse {
    /** SetPurchaseVLanResult */
    SetPurchaseVLanResult?: SetPurchaseVLanResult;
}
