@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines (9 loc) • 352 B
JavaScript
/** Label corresponding to different type of price */
export var PriceLabelEnum;
(function (PriceLabelEnum) {
PriceLabelEnum["DISCOUNT"] = "DISCOUNT";
PriceLabelEnum["FEE"] = "FEE";
PriceLabelEnum["PRICE"] = "PRICE";
PriceLabelEnum["RENEW"] = "RENEW";
PriceLabelEnum["TOTAL"] = "TOTAL";
})(PriceLabelEnum || (PriceLabelEnum = {}));