import { SetPurchaseIpAddressResult } from "./SetPurchaseIpAddressResult";
/** SetPurchaseIpAddressResponse */
export interface SetPurchaseIpAddressResponse {
    /** SetPurchaseIpAddressResult */
    SetPurchaseIpAddressResult?: SetPurchaseIpAddressResult;
}
