ProductOffering Data Type

Implemented Interfaces
Serializable
Properties
name data type description
productOfferingTerm array of ProductOfferingTerm
lifecycleStatus LifecycleStatus
name string
place array of Place
category array of CatalogReference
parsedVersion ParsedVersion
validFor TimeRange
serviceCandidate CatalogReference
parsedCatalogVersion ParsedVersion
resourceCandidate CatalogReference
version string
productOfferingPrice array of ProductOfferingPrice
productSpecification CatalogReference
catalogVersion string
description string
catalogId string
lastUpdate number
serviceLevelAgreement ServiceLevelAgreement
channel array of Channel
bundledProductOffering array of BundledProductReference
id string
href string
isBundle boolean

Example

{
  "productOfferingTerm" : [ {
    "validFor" : {
      "startDateTime" : 12345,
      "endDateTime" : 12345
    },
    "description" : "...",
    "name" : "...",
    "duration" : "..."
  }, {
    "validFor" : {
      "startDateTime" : 12345,
      "endDateTime" : 12345
    },
    "description" : "...",
    "name" : "...",
    "duration" : "..."
  } ],
  "lifecycleStatus" : "IN_STUDY",
  "name" : "...",
  "place" : [ {
    "address" : {
      "address1" : "...",
      "address2" : "...",
      "address3" : "...",
      "address4" : "...",
      "address5" : "...",
      "zipCode" : "...",
      "city" : "...",
      "country" : "...",
      "state" : "..."
    },
    "id" : "...",
    "name" : "...",
    "href" : "..."
  }, {
    "address" : {
      "address1" : "...",
      "address2" : "...",
      "address3" : "...",
      "address4" : "...",
      "address5" : "...",
      "zipCode" : "...",
      "city" : "...",
      "country" : "...",
      "state" : "..."
    },
    "id" : "...",
    "name" : "...",
    "href" : "..."
  } ],
  "category" : [ {
    "description" : "...",
    "lifecycleStatus" : "IN_TEST",
    "id" : "...",
    "parsedVersion" : {
      "internalView" : "...",
      "majorVersion" : 12345,
      "externalView" : "...",
      "minorVersion" : 12345,
      "valid" : true
    },
    "href" : "...",
    "version" : "...",
    "validFor" : {
      "startDateTime" : 12345,
      "endDateTime" : 12345
    },
    "lastUpdate" : 12345,
    "name" : "..."
  }, {
    "description" : "...",
    "lifecycleStatus" : "IN_STUDY",
    "id" : "...",
    "parsedVersion" : {
      "internalView" : "...",
      "majorVersion" : 12345,
      "externalView" : "...",
      "minorVersion" : 12345,
      "valid" : true
    },
    "href" : "...",
    "version" : "...",
    "validFor" : {
      "startDateTime" : 12345,
      "endDateTime" : 12345
    },
    "lastUpdate" : 12345,
    "name" : "..."
  } ],
  "parsedVersion" : {
    "internalView" : "...",
    "majorVersion" : 12345,
    "externalView" : "...",
    "minorVersion" : 12345,
    "valid" : true
  },
  "validFor" : {
    "startDateTime" : 12345,
    "endDateTime" : 12345
  },
  "serviceCandidate" : {
    "description" : "...",
    "lifecycleStatus" : "LAUNCHED",
    "id" : "...",
    "parsedVersion" : {
      "internalView" : "...",
      "majorVersion" : 12345,
      "externalView" : "...",
      "minorVersion" : 12345,
      "valid" : true
    },
    "href" : "...",
    "version" : "...",
    "validFor" : {
      "startDateTime" : 12345,
      "endDateTime" : 12345
    },
    "lastUpdate" : 12345,
    "name" : "..."
  },
  "parsedCatalogVersion" : {
    "internalView" : "...",
    "majorVersion" : 12345,
    "externalView" : "...",
    "minorVersion" : 12345,
    "valid" : true
  },
  "resourceCandidate" : {
    "description" : "...",
    "lifecycleStatus" : "RETIRED",
    "id" : "...",
    "parsedVersion" : {
      "internalView" : "...",
      "majorVersion" : 12345,
      "externalView" : "...",
      "minorVersion" : 12345,
      "valid" : true
    },
    "href" : "...",
    "version" : "...",
    "validFor" : {
      "startDateTime" : 12345,
      "endDateTime" : 12345
    },
    "lastUpdate" : 12345,
    "name" : "..."
  },
  "version" : "...",
  "productOfferingPrice" : [ {
    "name" : "...",
    "productOfferPriceAlteration" : {
      "priceType" : "USAGE",
      "description" : "...",
      "name" : "...",
      "recurringChargePeriod" : "...",
      "validFor" : { },
      "priceCondition" : "...",
      "unitOfMeasure" : "...",
      "price" : { }
    },
    "validFor" : {
      "startDateTime" : 12345,
      "endDateTime" : 12345
    },
    "priceType" : "ONE_TIME",
    "description" : "...",
    "unitOfMeasure" : "...",
    "price" : {
      "taxIncludedAmount" : "...",
      "currencyCode" : "...",
      "dutyFreeAmount" : "...",
      "percentage" : 12345.0,
      "taxRate" : "..."
    },
    "recurringChargePeriod" : "..."
  }, {
    "name" : "...",
    "productOfferPriceAlteration" : {
      "priceType" : "USAGE",
      "description" : "...",
      "name" : "...",
      "recurringChargePeriod" : "...",
      "validFor" : { },
      "priceCondition" : "...",
      "unitOfMeasure" : "...",
      "price" : { }
    },
    "validFor" : {
      "startDateTime" : 12345,
      "endDateTime" : 12345
    },
    "priceType" : "ONE_TIME",
    "description" : "...",
    "unitOfMeasure" : "...",
    "price" : {
      "taxIncludedAmount" : "...",
      "currencyCode" : "...",
      "dutyFreeAmount" : "...",
      "percentage" : 12345.0,
      "taxRate" : "..."
    },
    "recurringChargePeriod" : "..."
  } ],
  "productSpecification" : {
    "description" : "...",
    "lifecycleStatus" : "RETIRED",
    "id" : "...",
    "parsedVersion" : {
      "internalView" : "...",
      "majorVersion" : 12345,
      "externalView" : "...",
      "minorVersion" : 12345,
      "valid" : true
    },
    "href" : "...",
    "version" : "...",
    "validFor" : {
      "startDateTime" : 12345,
      "endDateTime" : 12345
    },
    "lastUpdate" : 12345,
    "name" : "..."
  },
  "catalogVersion" : "...",
  "description" : "...",
  "catalogId" : "...",
  "lastUpdate" : 12345,
  "serviceLevelAgreement" : {
    "href" : "...",
    "name" : "...",
    "id" : "..."
  },
  "channel" : [ {
    "href" : "...",
    "name" : "...",
    "id" : "..."
  }, {
    "href" : "...",
    "name" : "...",
    "id" : "..."
  } ],
  "bundledProductOffering" : [ {
    "id" : "...",
    "lifecycleStatus" : "RETIRED",
    "href" : "...",
    "description" : "...",
    "name" : "...",
    "lastUpdate" : 12345,
    "parsedVersion" : {
      "internalView" : "...",
      "majorVersion" : 12345,
      "externalView" : "...",
      "minorVersion" : 12345,
      "valid" : true
    },
    "validFor" : {
      "startDateTime" : 12345,
      "endDateTime" : 12345
    },
    "version" : "..."
  }, {
    "id" : "...",
    "lifecycleStatus" : "RETIRED",
    "href" : "...",
    "description" : "...",
    "name" : "...",
    "lastUpdate" : 12345,
    "parsedVersion" : {
      "internalView" : "...",
      "majorVersion" : 12345,
      "externalView" : "...",
      "minorVersion" : 12345,
      "valid" : true
    },
    "validFor" : {
      "startDateTime" : 12345,
      "endDateTime" : 12345
    },
    "version" : "..."
  } ],
  "id" : "...",
  "href" : "...",
  "isBundle" : true
}