ProductOrderItem constructor

ProductOrderItem({
  1. String? id,
  2. String? productOrderItemType,
  3. int? quantity,
  4. String? blueprintId,
  5. String? action,
  6. String? appointment,
  7. String? billingAccount,
  8. List<ItemPrice>? itemPrice,
  9. String? itemTerm,
  10. String? itemTotalPrice,
  11. String? payment,
  12. ProductRefOrValue? productRefOrValue,
  13. String? productOffering,
  14. String? productOfferingQualificationItem,
  15. String? productOrderItemRelationship,
  16. String? qualification,
  17. String? quoteItem,
  18. 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,});