WebApiModulesSettingsPaymentSettingsPaymentTermsPaymentTerms constructor
WebApiModulesSettingsPaymentSettingsPaymentTermsPaymentTerms({
- String? paymentTermsId,
- String? paymentTerms,
- String? invoiceMessage,
- int? dueInDays,
- bool? cod,
- String? paymentTermsCode,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});