Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingSellerName = errors.New("missing `SellerName`") ErrMissingSellerTaxNumber = errors.New("missing `SellerTaxNumber`") ErrMissingTimestamp = errors.New("missing `Timestamp`") ErrMissingInvoiceTotal = errors.New("missing `InvoiceTotal`") ErrMissingTotalVAT = errors.New("missing `TotalVAT`") ErrSellerNameTooLong = errors.New("`SellerName` is too long") ErrSellerTaxNumberTooLong = errors.New("`SellerTaxNumber` is too long") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.