Class ICSendDeclarationMessageRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.customs.requests.declaration.ICSendDeclarationMessageRequestDTO
- All Implemented Interfaces:
CustomsProcessTypeDTOProvider
public class ICSendDeclarationMessageRequestDTO
extends AbstractRequestDTO
implements CustomsProcessTypeDTOProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]One or more unique business object ids of the desired declarations.The consignment id of the ERP system of the client.The specific customs process.
This field is mandatory.If set totrue, the decisive date of the declaration will be set to the current time before sending.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
customsProcessType
The specific customs process.
This field is mandatory. -
businessObjectIds
One or more unique business object ids of the desired declarations. Either the businessObjectIds or the consignmentIdClientSystem must be filled.length=20
-
consignmentIdClientSystem
The consignment id of the ERP system of the client. Either the businessObjectId or the consignmentIdClientSystem must be filled.length=255
-
updateDecisiveDate
If set totrue, the decisive date of the declaration will be set to the current time before sending.
-
-
Constructor Details
-
ICSendDeclarationMessageRequestDTO
public ICSendDeclarationMessageRequestDTO()
-
-
Method Details
-
getCustomsProcessType
- Specified by:
getCustomsProcessTypein interfaceCustomsProcessTypeDTOProvider
-