WebApiModulesSettingsPaymentSettingsPaymentTermsPaymentTerms constructor

WebApiModulesSettingsPaymentSettingsPaymentTermsPaymentTerms({
  1. String? paymentTermsId,
  2. String? paymentTerms,
  3. String? invoiceMessage,
  4. int? dueInDays,
  5. bool? cod,
  6. String? paymentTermsCode,
  7. bool? inactive,
  8. String? dateStamp,
  9. String? auditNote,
  10. String? recordTitle,
  11. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  12. List<FwStandardDataFwCustomValue>? custom,
  13. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  14. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsPaymentSettingsPaymentTermsPaymentTerms({
  this.paymentTermsId,
  this.paymentTerms,
  this.invoiceMessage,
  this.dueInDays,
  this.cod,
  this.paymentTermsCode,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});