Class TransactionPartnerDTO
java.lang.Object
de.aeb.xnsg.licmgmt.bf.lm.approvaldata.TransactionPartnerDTO
Represents a business partner involved in a transaction.
- Since:
- 2018/10
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionAddress of the partner.Unique number of business partner, such as the company code from the company master data or a customer number.7-digit customs number of business partner.
Maximum length:7
Unique EORI (Economic Operators' Registration and Identification) number assigned by the customs authority and used as the identifying attribute within the European Union.
Maximum length:7
Branch office number assigned by customs office to each domestic branch office of the company (only unique together with EORI number).The role of the partner within the transaction. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
partnerRole
The role of the partner within the transaction. -
address
Address of the partner. -
companyReference
Unique number of business partner, such as the company code from the company master data or a customer number. Assigned ID that must be identical to that used in all transactions for this partner.
Maximum length:20
-
customsNumber
7-digit customs number of business partner.
Maximum length:7
-
eoriNumber
Unique EORI (Economic Operators' Registration and Identification) number assigned by the customs authority and used as the identifying attribute within the European Union.
Maximum length:7
-
establishmentNumber
Branch office number assigned by customs office to each domestic branch office of the company (only unique together with EORI number). The EORI number and this ID replace the previous customs number.
Maximum length:4
-
-
Constructor Details
-
TransactionPartnerDTO
public TransactionPartnerDTO()
-