ProductOrderItem Data Type

Implemented Interfaces
Serializable
Properties
name data type description
billingAccount array of BillingAccount
id string
productOffering ProductOffering
action string
state string
product Product
appointment string

Example

{
  "billingAccount" : [ {
    "href" : "...",
    "name" : "...",
    "id" : "..."
  }, {
    "href" : "...",
    "name" : "...",
    "id" : "..."
  } ],
  "id" : "...",
  "productOffering" : {
    "category" : [ {
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "href" : "...",
      "name" : "...",
      "description" : "...",
      "validFor" : { },
      "entity" : { },
      "version" : "...",
      "id" : "...",
      "lifecycleStatus" : "OBSOLETE"
    }, {
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "href" : "...",
      "name" : "...",
      "description" : "...",
      "validFor" : { },
      "entity" : { },
      "version" : "...",
      "id" : "...",
      "lifecycleStatus" : "RETIRED"
    } ],
    "serviceLevelAgreement" : {
      "id" : "...",
      "href" : "...",
      "name" : "..."
    },
    "channel" : [ {
      "id" : "...",
      "name" : "...",
      "href" : "..."
    }, {
      "id" : "...",
      "name" : "...",
      "href" : "..."
    } ],
    "productOfferingTerm" : [ {
      "description" : "...",
      "name" : "...",
      "duration" : "...",
      "validFor" : { }
    }, {
      "description" : "...",
      "name" : "...",
      "duration" : "...",
      "validFor" : { }
    } ],
    "productSpecification" : {
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "href" : "...",
      "name" : "...",
      "description" : "...",
      "validFor" : { },
      "entity" : { },
      "version" : "...",
      "id" : "...",
      "lifecycleStatus" : "RETIRED"
    },
    "resourceCandidate" : {
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "href" : "...",
      "name" : "...",
      "description" : "...",
      "validFor" : { },
      "entity" : { },
      "version" : "...",
      "id" : "...",
      "lifecycleStatus" : "RETIRED"
    },
    "isBundle" : true,
    "bundledProductOffering" : [ {
      "name" : "...",
      "lifecycleStatus" : "ACTIVE",
      "lastUpdate" : 12345,
      "parsedVersion" : { },
      "href" : "...",
      "validFor" : { },
      "entity" : { },
      "id" : "...",
      "version" : "...",
      "description" : "..."
    }, {
      "name" : "...",
      "lifecycleStatus" : "LAUNCHED",
      "lastUpdate" : 12345,
      "parsedVersion" : { },
      "href" : "...",
      "validFor" : { },
      "entity" : { },
      "id" : "...",
      "version" : "...",
      "description" : "..."
    } ],
    "serviceCandidate" : {
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "href" : "...",
      "name" : "...",
      "description" : "...",
      "validFor" : { },
      "entity" : { },
      "version" : "...",
      "id" : "...",
      "lifecycleStatus" : "LAUNCHED"
    },
    "productOfferingPrice" : [ {
      "description" : "...",
      "productOfferPriceAlteration" : { },
      "price" : { },
      "priceType" : "RECURRING",
      "validFor" : { },
      "unitOfMeasure" : "...",
      "name" : "...",
      "recurringChargePeriod" : "..."
    }, {
      "description" : "...",
      "productOfferPriceAlteration" : { },
      "price" : { },
      "priceType" : "ONE_TIME",
      "validFor" : { },
      "unitOfMeasure" : "...",
      "name" : "...",
      "recurringChargePeriod" : "..."
    } ],
    "place" : [ {
      "address" : { },
      "href" : "...",
      "name" : "...",
      "id" : "..."
    }, {
      "address" : { },
      "href" : "...",
      "name" : "...",
      "id" : "..."
    } ],
    "parsedCatalogVersion" : {
      "externalView" : "...",
      "minorVersion" : 12345,
      "internalView" : "...",
      "majorVersion" : 12345,
      "valid" : true
    },
    "catalogId" : "...",
    "catalogVersion" : "...",
    "parsedVersion" : {
      "externalView" : "...",
      "minorVersion" : 12345,
      "internalView" : "...",
      "majorVersion" : 12345,
      "valid" : true
    },
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "name" : "...",
    "lifecycleStatus" : "LAUNCHED",
    "description" : "...",
    "version" : "...",
    "id" : "...",
    "href" : "...",
    "lastUpdate" : 12345
  },
  "action" : "...",
  "state" : "...",
  "product" : {
    "productRelationship" : [ {
      "product" : { },
      "type" : "..."
    }, {
      "product" : { },
      "type" : "..."
    } ],
    "href" : "...",
    "relatedParty" : [ {
      "name" : "...",
      "role" : "...",
      "id" : "...",
      "href" : "...",
      "validFor" : { }
    }, {
      "name" : "...",
      "role" : "...",
      "id" : "...",
      "href" : "...",
      "validFor" : { }
    } ],
    "productCharacteristic" : [ {
      "value" : "...",
      "name" : "..."
    }, {
      "value" : "...",
      "name" : "..."
    } ],
    "id" : "...",
    "place" : {
      "address" : { },
      "href" : "...",
      "name" : "...",
      "id" : "..."
    }
  },
  "appointment" : "..."
}