Package de.aeb.xnsg.customs.dto.common
Class ICAmountOfMoneyDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICAmountOfMoneyDTO
DTO to hold data representing an amount.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe amount of money.Specific amount type: CUSTOMS_VALUE - Customs value STATISTICAL_VALUE - Statistical value VAT_VALUE - VAT value '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=AMOUNT_OF_MONEY_TYPE or AMOUNT_OF_MONEY_TYPE_ITEM -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
amountCode
Specific amount type:- CUSTOMS_VALUE - Customs value
- STATISTICAL_VALUE - Statistical value
- VAT_VALUE - VAT value
- '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=AMOUNT_OF_MONEY_TYPE or AMOUNT_OF_MONEY_TYPE_ITEM
length=50
-
amount
The amount of money.
-
-
Constructor Details
-
ICAmountOfMoneyDTO
public ICAmountOfMoneyDTO()
-