QuickbooksPayment constructor
QuickbooksPayment({
- String? id,
- required double totalAmt,
- required QuickbooksReferenceType customerRef,
- String? syncToken,
- QuickbooksReferenceType? currencyRef,
- String? privateNote,
- QuickbooksReferenceType? paymentMethodRef,
- double? unappliedAmt,
- QuickbooksReferenceType? depositToAccountRef,
- double? exchangeRate,
- List<
QuickbooksPaymentLine> ? line, - String? txnSource,
- QuickbooksReferenceType? ARAccountRef,
- DateTime? txnDate,
- QuickbooksCreditCardPayment? creditCardPayment,
- String? transactionLocationType,
- Map<
String, dynamic> ? metaData, - String? paymentRefNum,
- QuickbooksReferenceType? taxExemptionRef,
- bool? active,
Implementation
QuickbooksPayment({
this.id,
required this.totalAmt,
required this.customerRef,
this.syncToken,
this.currencyRef,
this.privateNote,
this.paymentMethodRef,
this.unappliedAmt,
this.depositToAccountRef,
this.exchangeRate,
this.line,
this.txnSource,
this.ARAccountRef,
this.txnDate,
this.creditCardPayment,
this.transactionLocationType,
this.metaData,
this.paymentRefNum,
this.taxExemptionRef,
this.active,
});