QuotePriceAlteration Data Type

Implemented Interfaces
Serializable
Properties
name data type description
name string
description string
validFor TimeRange

Example

{
  "name" : "...",
  "description" : "...",
  "validFor" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  }
}