OrderTotalPrice constructor

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

Implementation

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