@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 • 520 B
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { stringEnum } from '../schema.js';
/**
* Enum for CreditType
*/
export var CreditType;
(function (CreditType) {
CreditType["Full"] = "full";
CreditType["Prorated"] = "prorated";
CreditType["None"] = "none";
})(CreditType || (CreditType = {}));
/**
* Schema for CreditType
*/
export const creditTypeSchema = stringEnum(CreditType);
//# sourceMappingURL=creditType.js.map