Class ICInvoiceDTO
java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICInvoiceDTO
DTO to hold data of an invoice.
-
Field Summary
FieldsModifier and TypeFieldDescriptionInvoice dateUnique id of the invoice within the ERP systemReference number of the invoice.Invoice price of the complete invoice (in foreign currency)Belongs to the invoice price. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
invoiceIdClientSystem
Unique id of the invoice within the ERP systemlength=255
-
invoiceNumber
Reference number of the invoice.length=70
-
invoiceDate
Invoice date -
invoicePrice
Invoice price of the complete invoice (in foreign currency) -
invoicePriceRate
Belongs to the invoice price.
-
-
Constructor Details
-
ICInvoiceDTO
public ICInvoiceDTO()
-