DuplicatePricePlanVersionRequestDto Data Type

A base class for all API DTO classes

Version
11.0
Implemented Interfaces
Serializable
Properties
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
  }
}