QuickbooksPurchase constructor
QuickbooksPurchase({
- String? id,
- List<
QuickbooksLine> ? line, - String? paymentType,
- QuickbooksReferenceType? accountRef,
- String? syncToken,
- QuickbooksReferenceType? currencyRef,
- DateTime? txnDate,
- String? printStatus,
- QuickbooksPhysicalAddress? remitToAddr,
- String? txnSource,
- List<
QuickbooksLinkedTxn> ? linkedTxn, - String? globalTaxCalculation,
- String? transactionLocationType,
- Map<
String, dynamic> ? metaData, - String? docNumber,
- String? privateNote,
- bool? credit,
- QuickbooksTxnTaxDetails? txnTaxDetail,
- QuickbooksReferenceType? paymentMethodRef,
- double? exchangeRate,
- QuickbooksReferenceType? departmentRef,
- QuickbooksReferenceType? entityRef,
- bool? includeInAnnualTPAR,
- double? totalAmt,
- 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,
});