QuickbooksPurchase constructor

QuickbooksPurchase({
  1. String? id,
  2. List<QuickbooksLine>? line,
  3. String? paymentType,
  4. QuickbooksReferenceType? accountRef,
  5. String? syncToken,
  6. QuickbooksReferenceType? currencyRef,
  7. DateTime? txnDate,
  8. String? printStatus,
  9. QuickbooksPhysicalAddress? remitToAddr,
  10. String? txnSource,
  11. List<QuickbooksLinkedTxn>? linkedTxn,
  12. String? globalTaxCalculation,
  13. String? transactionLocationType,
  14. Map<String, dynamic>? metaData,
  15. String? docNumber,
  16. String? privateNote,
  17. bool? credit,
  18. QuickbooksTxnTaxDetails? txnTaxDetail,
  19. QuickbooksReferenceType? paymentMethodRef,
  20. double? exchangeRate,
  21. QuickbooksReferenceType? departmentRef,
  22. QuickbooksReferenceType? entityRef,
  23. bool? includeInAnnualTPAR,
  24. double? totalAmt,
  25. QuickbooksReferenceType? recurDataRef,
})

Implementation

QuickbooksPurchase({
  this.id,
  this.line,
  this.paymentType,
  this.accountRef,
  this.syncToken,
  this.currencyRef,
  this.txnDate,
  this.printStatus,
  this.remitToAddr,
  this.txnSource,
  this.linkedTxn,
  this.globalTaxCalculation,
  this.transactionLocationType,
  this.metaData,
  this.docNumber,
  this.privateNote,
  this.credit,
  this.txnTaxDetail,
  this.paymentMethodRef,
  this.exchangeRate,
  this.departmentRef,
  this.entityRef,
  this.includeInAnnualTPAR,
  this.totalAmt,
  this.recurDataRef,
});