Skip to content

Commit

Permalink
rename - names conforming to OT V2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
homebeaver committed Jun 8, 2021
1 parent 72c8323 commit 4238f2a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/main/java/com/klst/edoc/untdid/TaxCategoryCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,14 @@ in the Canary Islands (Spain) by traders and professionals, as well as on import
*/
public enum TaxCategoryCode {

StandardRate ("S"),
ZeroRatedGoods ("Z"),
ExemptFromTax ("E"),
STANDARD_RATE ("S"),
REDUCED_RATE ("AA"),
ZERO_RATE ("Z"),
EXEMPTION ("E"),
VATreverseCharge ("AE"),
VATexemptForEEA ("K"),
FreeExport ("G"),
ServicesOutsideScope ("O"),
FREE_EXPORT ("G"),
OUTSIDE_SCOPE ("O"),

/**
* IGIC/Impuesto General Indirecto Canario (Canary Islands general indirect tax)
Expand Down

0 comments on commit 4238f2a

Please sign in to comment.