Class AddressCheckConditionDTO


  • public class AddressCheckConditionDTO
    extends Object
    DTO for a condition an address check has.
    • Field Detail

      • value

        public String value
        The mandatory condition value. If not specified the request is responded with an error.

        The condition value to be unique per unique condition. Only Good Guys with exactly the same condition are considered during the address checks.
        The description can be used to described the value in a human-readable manner.

        Examples: To get a temporary Good Guy only valid for a single order, this could be the unique order number, e.g. 1234 for order 1234 (with order number as description).
        If different types of objects are possible, and the number of a single object alone would not be unique, you might combine the numbers of the objects to get a unique value, e.g. 1234_1234 (with <order number>_<delivery number> as description). Alternatively, you might only specify one value and extend it by an identifier, e.g. ORDER_1234 or DELIVERY_1234 (with order number or delivery number as description).

        Max. length: 1000.
      • description

        public String description
        A short, human-readable description of the condition.
        Examples: See value
        Max. length: 255.
    • Constructor Detail

      • AddressCheckConditionDTO

        public AddressCheckConditionDTO()