QuickbooksGroupLineDetails constructor

QuickbooksGroupLineDetails({
  1. double? quantity,
  2. List<QuickbooksLine>? line,
  3. QuickbooksReferenceType? groupItemRef,
})

Implementation

QuickbooksGroupLineDetails({
  this.quantity,
  this.line,
  this.groupItemRef,
});