SalesFormsPrefs constructor

SalesFormsPrefs({
  1. String? estimateMessage,
  2. List<CustomField>? customFields,
  3. bool? allowDeposit,
  4. bool? allowDiscount,
  5. bool? allowEstimates,
  6. bool? allowServiceDate,
  7. bool? allowShipping,
  8. bool? autoApplyCredit,
  9. bool? customTxnNumbers,
  10. String? defaultCustomerMessage,
  11. String? defaultDiscountAccount,
  12. bool? defaultShippingAccount,
  13. ReferenceType? defaultTerms,
  14. bool? emailCopyToCompany,
  15. bool? eTransactionAttachPDF,
  16. String? eTransactionEnabledStatus,
  17. bool? eTransactionPaymentEnabled,
  18. bool? iPNSupportEnabled,
  19. EmailAddress? salesEmailBcc,
  20. EmailAddress? salesEmailCc,
  21. bool? usingPriceLevels,
  22. bool? usingProgressInvoicing,
})

Implementation

SalesFormsPrefs({
  this.estimateMessage, this.customFields, this.allowDeposit,
  this.allowDiscount, this.allowEstimates, this.allowServiceDate,
  this.allowShipping, this.autoApplyCredit, this.customTxnNumbers,
  this.defaultCustomerMessage, this.defaultDiscountAccount, this.defaultShippingAccount,
  this.defaultTerms, this.emailCopyToCompany, this.eTransactionAttachPDF,
  this.eTransactionEnabledStatus, this.eTransactionPaymentEnabled,
  this.iPNSupportEnabled, this.salesEmailBcc, this.salesEmailCc,
  this.usingPriceLevels, this.usingProgressInvoicing
});