UNPKG

vendure-plugin-payment-terms

Version:

This plugin allows certain customers to pay using Payment Terms. Payment Terms are when a customer is allowed to make a payment a certain number of days after an invoice is due.

3 lines (2 loc) 126 B
import { PaymentMethodHandler } from '@vendure/core'; export declare const paymentWithTermsHandler: PaymentMethodHandler<{}>;