@bbitgmbh/bbit.swiss-qr-bill
TypeScript icon, indicating that this package has built-in type declarations

3.3.5 • Public • Published

Swiss QR bill for Node.js and browsers

Main

Installation

yarn

yarn add @bbitgmbh/bbit.swiss-qr-bill

npm

npm install @bbitgmbh/bbit.swiss-qr-bill --save

Usage

import { BbitQRBillGenerator, IBbitQRBill, BbitQRBillLanguage, BbitQRBillAddressType } from '@bbitgmbh/bbit.swiss-qr-bill';

const defaultData: IBbitQRBill = {
  account: 'CH2830000011623852950',
  amount: 1234.55,
  currency: 'CHF',
  creditor: {
    type: QRBillAddressType.UNSTRUCTURED,
    name: 'bbit gmbh',
    address: 'Rainweg 10',
    postalCode: '3612',
    locality: 'Steffisburg',
    country: 'CH',
  },
  reference: '000000000000000012312312316',
  debtor: {
    type: QRBillAddressType.UNSTRUCTURED,
    name: 'Test AG',
    address: 'Musterstrasse 1',
    postalCode: '3600',
    locality: 'Thun',
    country: 'CH',
  },
  unstructuredMessage: 'Test message',
  billInformation: 'Test billing information',
  language: QRBillLanguage.DE,
};

// create pdf
// returns a Buffer in Node.js or a Blob in browsers
const qr = new BbitQRBillGenerator();
const bufferOrBlob = await qr.generate(defaultData);

Specification

Swiss Payment Standards 2019

Bill information structure

Validation

Readme

Keywords

none

Package Sidebar

Install

npm i @bbitgmbh/bbit.swiss-qr-bill

Weekly Downloads

123

Version

3.3.5

License

SEE LICENSE IN LICENSE.md

Unpacked Size

6.06 MB

Total Files

66

Last publish

Collaborators

  • thegnuu
  • jaggr2