ProductRefOrValue constructor

ProductRefOrValue({
  1. String? id,
  2. String? href,
  3. String? description,
  4. String? isBundle,
  5. String? isCustomerVisible,
  6. String? name,
  7. String? orderDate,
  8. String? productSerialNumber,
  9. String? startDate,
  10. String? terminationDate,
  11. String? agreement,
  12. String? billingAccount,
  13. String? place,
  14. String? product,
  15. String? productCharacteristic,
  16. ProductOfferingPrice? productOffering,
  17. String? relatedProductOrderItem,
  18. String? productPrice,
  19. String? productSpecification,
  20. String? productTerm,
  21. String? realizingResource,
  22. String? realizingService,
  23. String? relatedParty,
  24. String? status,
  25. String? baseType,
  26. String? schemaLocation,
  27. String? type,
  28. String? referredType,
})

Implementation

ProductRefOrValue(
    {this.id,
      this.href,
      this.description,
      this.isBundle,
      this.isCustomerVisible,
      this.name,
      this.orderDate,
      this.productSerialNumber,
      this.startDate,
      this.terminationDate,
      this.agreement,
      this.billingAccount,
      this.place,
      this.product,
      this.productCharacteristic,
      this.productOffering,
      this.relatedProductOrderItem,
      this.productPrice,
      this.productSpecification,
      this.productTerm,
      this.realizingResource,
      this.realizingService,
      this.relatedParty,
      this.status,
      this.baseType,
      this.schemaLocation,
      this.type,
      this.referredType});