DescriptionLineDetail constructor

DescriptionLineDetail({
  1. String? serviceDate,
  2. ReferenceType? taxCodeRef,
})

Implementation

DescriptionLineDetail({
  this.serviceDate, this.taxCodeRef
});