ProductQuoteItem Data Type

Implemented Interfaces
Serializable
Properties
name data type description
action string
attachment Attachment
itemQuoteProductOfferingPrice array of QuoteProductOfferingPrice
billingAccount array of BillingAccount
consumptionCdr array of string
note array of Note
relatedParty array of RelatedParty
subscriptionPeriod TimeRange
state string
id string
productOffering ProductOffering
product Product
appointment string

Example

{
  "action" : "...",
  "attachment" : {
    "url" : "...",
    "href" : "...",
    "id" : "...",
    "description" : "...",
    "type" : "..."
  },
  "itemQuoteProductOfferingPrice" : [ {
    "priceType" : "...",
    "recurringChargePeriod" : "...",
    "priceCondition" : "...",
    "quotePriceAlteration" : {
      "name" : "...",
      "description" : "...",
      "validFor" : { }
    },
    "price" : {
      "percentage" : 12345
    }
  }, {
    "priceType" : "...",
    "recurringChargePeriod" : "...",
    "priceCondition" : "...",
    "quotePriceAlteration" : {
      "name" : "...",
      "description" : "...",
      "validFor" : { }
    },
    "price" : {
      "percentage" : 12345
    }
  } ],
  "billingAccount" : [ {
    "href" : "...",
    "name" : "...",
    "id" : "..."
  }, {
    "href" : "...",
    "name" : "...",
    "id" : "..."
  } ],
  "consumptionCdr" : [ "...", "..." ],
  "note" : [ {
    "text" : "...",
    "author" : "...",
    "date" : 12345
  }, {
    "text" : "...",
    "author" : "...",
    "date" : 12345
  } ],
  "relatedParty" : [ {
    "name" : "...",
    "role" : "...",
    "id" : "...",
    "href" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    }
  }, {
    "name" : "...",
    "role" : "...",
    "id" : "...",
    "href" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    }
  } ],
  "subscriptionPeriod" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  },
  "state" : "...",
  "id" : "...",
  "productOffering" : {
    "category" : [ {
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "href" : "...",
      "name" : "...",
      "description" : "...",
      "validFor" : { },
      "entity" : { },
      "version" : "...",
      "id" : "...",
      "lifecycleStatus" : "LAUNCHED"
    }, {
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "href" : "...",
      "name" : "...",
      "description" : "...",
      "validFor" : { },
      "entity" : { },
      "version" : "...",
      "id" : "...",
      "lifecycleStatus" : "ACTIVE"
    } ],
    "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" : "IN_STUDY"
    },
    "resourceCandidate" : {
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "href" : "...",
      "name" : "...",
      "description" : "...",
      "validFor" : { },
      "entity" : { },
      "version" : "...",
      "id" : "...",
      "lifecycleStatus" : "RETIRED"
    },
    "isBundle" : true,
    "bundledProductOffering" : [ {
      "name" : "...",
      "lifecycleStatus" : "RETIRED",
      "lastUpdate" : 12345,
      "parsedVersion" : { },
      "href" : "...",
      "validFor" : { },
      "entity" : { },
      "id" : "...",
      "version" : "...",
      "description" : "..."
    }, {
      "name" : "...",
      "lifecycleStatus" : "ACTIVE",
      "lastUpdate" : 12345,
      "parsedVersion" : { },
      "href" : "...",
      "validFor" : { },
      "entity" : { },
      "id" : "...",
      "version" : "...",
      "description" : "..."
    } ],
    "serviceCandidate" : {
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "href" : "...",
      "name" : "...",
      "description" : "...",
      "validFor" : { },
      "entity" : { },
      "version" : "...",
      "id" : "...",
      "lifecycleStatus" : "IN_DESIGN"
    },
    "productOfferingPrice" : [ {
      "description" : "...",
      "productOfferPriceAlteration" : { },
      "price" : { },
      "priceType" : "ONE_TIME",
      "validFor" : { },
      "unitOfMeasure" : "...",
      "name" : "...",
      "recurringChargePeriod" : "..."
    }, {
      "description" : "...",
      "productOfferPriceAlteration" : { },
      "price" : { },
      "priceType" : "USAGE",
      "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" : "OBSOLETE",
    "description" : "...",
    "version" : "...",
    "id" : "...",
    "href" : "...",
    "lastUpdate" : 12345
  },
  "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" : "..."
}