UNPKG

@payunit/nodejs-sdk

Version:

PayUnit Payment Processor SDK

9 lines 541 B
import Joi from 'joi'; export declare const invoiceItemSchema: Joi.ObjectSchema<any>; export declare const installmentSchema: Joi.ObjectSchema<any>; export declare const customBillingCompanySchema: Joi.ObjectSchema<any>; export declare const normalInvoiceRequestSchema: Joi.ObjectSchema<any>; export declare const installmentInvoiceRequestSchema: Joi.ObjectSchema<any>; export declare const invoiceIdSchema: Joi.ObjectSchema<any>; export declare const invoicePaymentRequestSchema: Joi.ObjectSchema<any>; //# sourceMappingURL=invoice.d.ts.map