ProductOrderItem constructor
ProductOrderItem({
- String? id,
- String? productOrderItemType,
- int? quantity,
- String? blueprintId,
- String? action,
- String? appointment,
- String? billingAccount,
- List<
ItemPrice> ? itemPrice, - String? itemTerm,
- String? itemTotalPrice,
- String? payment,
- ProductRefOrValue? productRefOrValue,
- String? productOffering,
- String? productOfferingQualificationItem,
- String? productOrderItemRelationship,
- String? qualification,
- String? quoteItem,
- String? state,
Implementation
ProductOrderItem(
{this.id,
this.productOrderItemType,
this.quantity,
this.blueprintId,
this.action,
this.appointment,
this.billingAccount,
this.itemPrice,
this.itemTerm,
this.itemTotalPrice,
this.payment,
this.productRefOrValue,
this.productOffering,
this.productOfferingQualificationItem,
this.productOrderItemRelationship,
this.qualification,
this.quoteItem,
this.state,});