UNPKG

@simonbackx/paynl-node

Version:

Simple PayNL SDK for Node.js that uses promises and no singletons

7 lines (6 loc) 156 B
import { Address } from "./Address"; export interface InvoiceAddress extends Address { initials?: string; lastName?: string; gender?: string; }