QuickbooksPaymentLine constructor

QuickbooksPaymentLine({
  1. double? amount,
  2. List<QuickbooksLinkedTxn>? linkedTxn,
})

Implementation

QuickbooksPaymentLine({
  this.amount,
  this.linkedTxn,
});