Package de.aeb.xnsg.tariffcontent.bf.v10
Class TCAlNumberDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.v10.TCAlNumberDTO
DTO to hold data of a valid AL number
-
Field Summary
FieldsModifier and TypeFieldDescriptionAL numberDescription of the AL number in the language defined in the request (TCGetAlNumberRequestDTO).Date from which the AL number is valid from.Date from which the AL number is valid to. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
alNumber
AL numberlength=5
-
validFrom
Date from which the AL number is valid from. -
validTo
Date from which the AL number is valid to. -
description
Description of the AL number in the language defined in the request (TCGetAlNumberRequestDTO).length=2000
-
-
Constructor Details
-
TCAlNumberDTO
public TCAlNumberDTO()
-