public interface IZUGFeRDExportableProduct
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
getBuyerAssignedID()
Get the ID that had been assigned by the buyer to
identify the product
|
java.lang.String |
getDescription()
long description of the product
|
default java.lang.String |
getGlobalID()
customer global identification assigned by the seller
|
default java.lang.String |
getGlobalIDScheme()
customer global identification scheme
|
java.lang.String |
getName()
Short name of the product
|
default java.lang.String |
getSellerAssignedID()
Get the ID that had been assigned by the seller to
identify the product
|
default java.lang.String |
getTaxCategoryCode() |
default java.lang.String |
getTaxExemptionReason() |
java.lang.String |
getUnit()
Unit code of the product
Most common ones are
C62 one (piece)
DAY day
HAR hectare
HUR hour
KGM kilogram
KTM kilometre
KWH kilowatt hour
LS lump sum
LTR litre
MIN minute
MMK square millimetre
MMT millimetre
MTK square metre
MTQ cubic metre
MTR metre
NAR number of articles
NPR number of pairs
P1 percent
SET set
TNE tonne (metric ton)
WEE week
|
java.math.BigDecimal |
getVATPercent()
VAT percent of the product (e.g. 19, or 5.1 if you like)
|
default boolean |
isIntraCommunitySupply() |
default boolean |
isReverseCharge() |
java.lang.String getUnit()
java.lang.String getName()
java.lang.String getDescription()
default java.lang.String getSellerAssignedID()
default java.lang.String getBuyerAssignedID()
java.math.BigDecimal getVATPercent()
default boolean isIntraCommunitySupply()
default boolean isReverseCharge()
default java.lang.String getTaxCategoryCode()
default java.lang.String getGlobalID()
default java.lang.String getGlobalIDScheme()
default java.lang.String getTaxExemptionReason()
Copyright © 2023. All rights reserved.