VendorAndPurchasesPrefs constructor

VendorAndPurchasesPrefs({
  1. ReferenceType? defaultTerms,
  2. bool? billableExpenseTracking,
  3. double? defaultMarkup,
  4. ReferenceType? defaultMarkupAccount,
  5. List<CustomField>? pOCustomFields,
  6. bool? tPAREnabled,
  7. bool? trackingByCustomer,
})

Implementation

VendorAndPurchasesPrefs({
  this.defaultTerms, this.billableExpenseTracking, this.defaultMarkup,
  this.defaultMarkupAccount, this.pOCustomFields,
  this.tPAREnabled, this.trackingByCustomer
});