/** Create subscription order addon */
export interface SubscriptionOrderAddonCreation {
    /** License id associated to this addon subscription (see subscription/<id>/availableAddonLicenses) */
    licenseId: number;
    /** Seat quantity of the new subscription */
    quantity: number;
}
//# sourceMappingURL=SubscriptionOrderAddonCreation.d.ts.map