Class ICBusinessObjectStatusDTO
java.lang.Object
de.aeb.xnsg.customs.dto.declaration.ICBusinessObjectStatusDTO
DTO to hold data of a status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionProgress code.Optional human readable information on the current progress e.g. what kind of user action is required.Status code.Variant code. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
statusCode
Status code. Use API call getCodes with codeListCode 'STATUS_TYPE' to discover all valid codes.length=20
-
progressCode
Progress code. Valid codes are: USER_ACTION, ERROR, WAITING, ACCEPTED and COMPLETE.length=20
-
progressInformation
Optional human readable information on the current progress e.g. what kind of user action is required.length = 100
-
variantCode
Variant code. Use API call getCodes with codeListCode 'DECLARATION_VARIANT_TYPE' to discover all valid codes.length=20
-
-
Constructor Details
-
ICBusinessObjectStatusDTO
public ICBusinessObjectStatusDTO()
-