DynamicPriceCode constructor

DynamicPriceCode({
  1. String? id,
  2. String? name,
  3. String? code,
  4. String? description,
  5. String? taxable,
  6. String? reversal,
  7. String? normalizetax,
  8. String? versionStatus,
  9. String? isLocked,
  10. String? createdBy,
  11. String? versionNo,
  12. PoStatus? synonym,
  13. PoStatus? status,
  14. ValidFor? validFor,
})

Implementation

DynamicPriceCode({
  this.id,
  this.name,
  this.code,
  this.description,
  this.taxable,
  this.reversal,
  this.normalizetax,
  this.versionStatus,
  this.isLocked,
  this.createdBy,
  this.versionNo,
  this.synonym,
  this.status,
  this.validFor,
});