A base class for all API DTO classes
name | data type | constraints | description |
---|---|---|---|
pricePlanMatrixCode | string | required | |
pricePlanMatrixVersion | number | required | |
validity | DatePeriod |
Example
{ "pricePlanMatrixCode" : "...", "pricePlanMatrixVersion" : 12345, "validity" : { "from" : 12345, "to" : 12345, "valid" : true, "empty" : true, "strictMatch" : true, "fromMatch" : 12345, "toMatch" : 12345 } }