Documentation
¶
Index ¶
Constants ¶
View Source
const ( TaxRateZero org.Key = "zero" TaxRateStandard org.Key = "standard" TaxRateReduced org.Key = "reduced" TaxRateSuperReduced org.Key = "super-reduced" )
Most commonly used codes. Local regions may add their own rate codes.
View Source
const ( SchemeReverseCharge org.Key = "reverse-charge" SchemeCustomerRates org.Key = "customer-rates" )
Standard scheme definitions
View Source
const (
InboxKeyPEPPOL org.Key = "peppol-id"
)
Common inbox keys
View Source
const (
TaxCategoryVAT org.Code = "VAT"
)
Standard tax categories that may be shared between countries.
Variables ¶
This section is empty.
Functions ¶
func NormalizeTaxIdentity ¶ added in v0.29.1
func NormalizeTaxIdentity(tID *org.TaxIdentity) error
NormalizeTaxIdentity removes any whitespace or separation characters and ensures all letters are uppercase.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.