nestjs-xendit
Version: 
NestJS Package wrapper for xendit-node package
14 lines • 565 B
TypeScript
import { Xendit, Refund, Invoice, Payout, PaymentMethod, PaymentRequest, Customer, Transaction, Balance } from 'xendit-node';
export declare class XenditService {
    protected readonly instance: Xendit;
    readonly refund: Refund;
    readonly invoice: Invoice;
    readonly payout: Payout;
    readonly paymentMethod: PaymentMethod;
    readonly paymentRequest: PaymentRequest;
    readonly customer: Customer;
    readonly transaction: Transaction;
    readonly balance: Balance;
    constructor(instance: Xendit);
}
//# sourceMappingURL=xendit.service.d.ts.map