@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.
23 lines • 657 B
TypeScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Schema } from '../schema';
/**
* Enum for LineItemTransactionType
*/
export declare enum LineItemTransactionType {
Charge = "charge",
Credit = "credit",
Adjustment = "adjustment",
Payment = "payment",
Refund = "refund",
InfoTransaction = "info_transaction",
PaymentAuthorization = "payment_authorization"
}
/**
* Schema for LineItemTransactionType
*/
export declare const lineItemTransactionTypeSchema: Schema<LineItemTransactionType>;
//# sourceMappingURL=lineItemTransactionType.d.ts.map