VendorAndPurchasesPrefs constructor
VendorAndPurchasesPrefs({
- ReferenceType? defaultTerms,
- bool? billableExpenseTracking,
- double? defaultMarkup,
- ReferenceType? defaultMarkupAccount,
- List<
CustomField> ? pOCustomFields, - bool? tPAREnabled,
- bool? trackingByCustomer,
Implementation
VendorAndPurchasesPrefs({
this.defaultTerms, this.billableExpenseTracking, this.defaultMarkup,
this.defaultMarkupAccount, this.pOCustomFields,
this.tPAREnabled, this.trackingByCustomer
});