en16931_peppol 0.1.2
en16931_peppol: ^0.1.2 copied to clipboard
The Peppol BIS Billing 3.0 profile of the European electronic invoice: the identifiers it is claimed under, and the rules Peppol adds to EN 16931.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add en16931_peppolWith Flutter:
$ flutter pub add en16931_peppolThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
en16931_peppol: ^0.1.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:en16931_peppol/en16931_peppol.dart';