OrderTotalPrice constructor

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

Implementation

OrderTotalPrice(
    {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});