/** Plan of the service */
export interface Plan {
    /** Plan code */
    code: string;
    /** Invoice Name */
    invoiceName: string;
}
//# sourceMappingURL=Plan.d.ts.map