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) 195 B
import { PaymentTermsDueEvent } from "./payment-terms-event"; export declare const paymentDueEventHandler: import("@vendure/email-plugin").EmailEventHandler<"payment-due", PaymentTermsDueEvent>;