@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.
22 lines • 493 B
TypeScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Schema } from '../schema.js';
/**
* Enum for Status
*/
export declare enum Status {
Draft = "draft",
Scheduled = "scheduled",
Pending = "pending",
Canceled = "canceled",
Active = "active",
Fulfilled = "fulfilled"
}
/**
* Schema for Status
*/
export declare const statusSchema: Schema<Status>;
//# sourceMappingURL=status.d.ts.map