/** Savings Plan subscription */
export interfaceSubscribe {
/** Custom display name, used in invoices */
displayName: string;
/** Identifier of the Savings Plan commercial offer */
offerId: string;
/** Size of the Savings Plan */
size: number;
}
//# sourceMappingURL=Subscribe.d.ts.map