@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.
16 lines • 762 B
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { boolean, expandoObject, lazy, number, optional, string, } from '../schema.js';
import { refundConsolidatedInvoiceSegmentUidsSchema, } from './containers/refundConsolidatedInvoiceSegmentUids.js';
export const refundConsolidatedInvoiceSchema = lazy(() => expandoObject({
memo: ['memo', string()],
paymentId: ['payment_id', number()],
segmentUids: ['segment_uids', refundConsolidatedInvoiceSegmentUidsSchema],
external: ['external', optional(boolean())],
applyCredit: ['apply_credit', optional(boolean())],
amount: ['amount', optional(string())],
}));
//# sourceMappingURL=refundConsolidatedInvoice.js.map