ProductOfferingTerm Data Type

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

Example

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