@maxio-com/advanced-billing-sdk
Version:
Ultimate billing and pricing flexibility for B2B SaaS. Maxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments.
20 lines • 573 B
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { stringEnum } from '../schema';
/**
* Enum for PricePointType
*/
export var PricePointType;
(function (PricePointType) {
PricePointType["Catalog"] = "catalog";
PricePointType["Default"] = "default";
PricePointType["Custom"] = "custom";
})(PricePointType || (PricePointType = {}));
/**
* Schema for PricePointType
*/
export const pricePointTypeSchema = stringEnum(PricePointType);
//# sourceMappingURL=pricePointType.js.map