@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 • 738 B
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { boolean, expandoObject, number, optional, string, } from '../schema';
import { refundConsolidatedInvoiceSegmentUidsSchema, } from './containers/refundConsolidatedInvoiceSegmentUids';
export const refundConsolidatedInvoiceSchema = 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