ProductOffering Data Type

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

Example

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