UNPKG

@inbridge/oif-ts

Version:

TypeScript integration for the Open Invoice Format (OIF) schema. Easily create OIF-compliant PDFs and parse/validate JSON.

10 lines (8 loc) 202 B
declare enum PaymentInformationType { SEPA_MANDATE = "sepa_mandate", SEPA = "sepa", SWIFT = "swift", CREDIT_CARD = "credit_card", CASH = "cash" } export { PaymentInformationType };