ProductOffering Data Type

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

Example

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