ProductOffering Data Type

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

Example

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