ProductOfferingPrice constructor

ProductOfferingPrice({
  1. String? id,
  2. String? href,
  3. String? name,
  4. String? baseType,
  5. String? schemaLocation,
  6. String? type,
  7. String? referredType,
})

Implementation

ProductOfferingPrice(
    {this.id,
      this.href,
      this.name,
      this.baseType,
      this.schemaLocation,
      this.type,
      this.referredType});