Class ICGuaranteeDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICGuaranteeDTO

public class ICGuaranteeDTO extends Object
DTO to hold data of a guarantee.
  • Field Details

    • guaranteeType

      public String guaranteeType
      Guarantee type

      length=1

    • otherGuaranteeReference

      public String otherGuaranteeReference
      Reference for other type of guarantee *

      length=35

    • guaranteeReferenceNumber

      public String guaranteeReferenceNumber
      Guarantee reference number

      length=24

    • accessCode

      public String accessCode
      Access code

      length=4

    • amountToBeCovered

      public AmountOfMoneyDTO amountToBeCovered
      Guarantee amount to be covered
  • Constructor Details

    • ICGuaranteeDTO

      public ICGuaranteeDTO()