ValidityConditionsStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ValidityCondition array of ValidityConditionStructure

Example

{
  "ValidityCondition" : [ {
    "FromDateTime" : "...",
    "ToDateTime" : "...",
    "DayType" : "...",
    "Timebands" : [ {
      "Timeband" : { }
    }, {
      "Timeband" : { }
    } ]
  }, {
    "FromDateTime" : "...",
    "ToDateTime" : "...",
    "DayType" : "...",
    "Timebands" : [ {
      "Timeband" : { }
    }, {
      "Timeband" : { }
    } ]
  } ]
}