Class AllowanceChargeReasonCode
java.lang.Object
com.itextpdf.text.zugferd.checkers.CodeValidation
com.itextpdf.text.zugferd.checkers.extended.AllowanceChargeReasonCode
Series of codes that can be used for allowance charge reasons.
These codes are used only in the context of the Extended profile.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.text.zugferd.checkers.CodeValidation
check, isLowercase, isNumeric, isUppercase
-
Field Details
-
ADVERTISING
- See Also:
-
OTHER_SERVICES
- See Also:
-
COLLECTION_AND_RECYCLING
- See Also:
-
DISCOUNT
- See Also:
-
EARLY_PAYMENT_ALLOWANCE
- See Also:
-
FREIGHT_SERVICE
- See Also:
-
INSURANCE
- See Also:
-
MINIMUM_BILLING_CHARGE
- See Also:
-
NON_RETURNABLE_CONTAINERS
- See Also:
-
PACKING
- See Also:
-
REBATE
- See Also:
-
SPECIAL_HANDLING
- See Also:
-
-
Constructor Details
-
AllowanceChargeReasonCode
public AllowanceChargeReasonCode()
-
-
Method Details
-
isValid
Description copied from class:CodeValidation
Checks if a specific code is valid.- Specified by:
isValid
in classCodeValidation
- Parameters:
code
- the value you want to check- Returns:
- true if the code is valid
-