ProductRefOrValue constructor
ProductRefOrValue({
- String? id,
- String? href,
- String? description,
- String? isBundle,
- String? isCustomerVisible,
- String? name,
- String? orderDate,
- String? productSerialNumber,
- String? startDate,
- String? terminationDate,
- String? agreement,
- String? billingAccount,
- String? place,
- String? product,
- String? productCharacteristic,
- ProductOfferingPrice? productOffering,
- String? productPrice,
- String? productSpecification,
- String? productTerm,
- String? realizingResource,
- String? realizingService,
- String? status,
- String? baseType,
- String? schemaLocation,
- String? type,
- 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});