ItemPrice constructor

ItemPrice({
  1. String? id,
  2. String? description,
  3. String? name,
  4. String? priceType,
  5. String? recurringChargePeriod,
  6. String? unitOfMeasure,
  7. String? billingAccount,
  8. String? price,
  9. String? priceAlteration,
  10. String? productOfferingPrice,
  11. String? atBaseType,
  12. String? atSchemaLocation,
  13. String? atType,
})

Implementation

ItemPrice(
    {this.id,
      this.description,
      this.name,
      this.priceType,
      this.recurringChargePeriod,
      this.unitOfMeasure,
      this.billingAccount,
      this.price,
      this.priceAlteration,
      this.productOfferingPrice,
      this.atBaseType,
      this.atSchemaLocation,
      this.atType});