WebApiLogicAppFuncSystemSettingsResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiLogicAppFuncSystemSettingsResponse({bool? allowDeleteInvoices, bool? allowInvoiceDateChange, bool? enableReceipts, bool? enableOriginalShow, bool? enablePayments, bool? enableVendorInvoice, bool? enablePropsWardrobe, bool? enableSetsWalls, bool? synchronizeCustomerStatusAndCreditStatus, bool? synchronizeDealStatusAndCreditStatus, String? systemName, String? companyName, bool? isVendorNumberAssignedByUser, String? quoteOrderMessageFormat, String? dataLanguageId, String? dataLanguage, bool? allCaps, bool? enableQuikLocate, bool? departmentFilter})
-
WebApiLogicAppFuncSystemSettingsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- allCaps → bool?
-
final
- allowDeleteInvoices → bool?
-
final
- allowInvoiceDateChange → bool?
-
final
- companyName → String?
-
final
- dataLanguage → String?
-
final
- dataLanguageId → String?
-
final
- departmentFilter → bool?
-
final
- enableOriginalShow → bool?
-
final
- enablePayments → bool?
-
final
- enablePropsWardrobe → bool?
-
final
- enableQuikLocate → bool?
-
final
- enableReceipts → bool?
-
final
- enableSetsWalls → bool?
-
final
- enableVendorInvoice → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isVendorNumberAssignedByUser → bool?
-
final
- quoteOrderMessageFormat → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
final
- synchronizeCustomerStatusAndCreditStatus → bool?
-
final
- synchronizeDealStatusAndCreditStatus → bool?
-
final
- systemName → String?
-
final
Methods
-
copyWith(
{bool? allowDeleteInvoices, bool? allowInvoiceDateChange, bool? enableReceipts, bool? enableOriginalShow, bool? enablePayments, bool? enableVendorInvoice, bool? enablePropsWardrobe, bool? enableSetsWalls, bool? synchronizeCustomerStatusAndCreditStatus, bool? synchronizeDealStatusAndCreditStatus, String? systemName, String? companyName, bool? isVendorNumberAssignedByUser, String? quoteOrderMessageFormat, String? dataLanguageId, String? dataLanguage, bool? allCaps, bool? enableQuikLocate, bool? departmentFilter}) → WebApiLogicAppFuncSystemSettingsResponse -
Available on WebApiLogicAppFuncSystemSettingsResponse, provided by the $WebApiLogicAppFuncSystemSettingsResponseExtension extension
-
copyWithWrapped(
{Wrapped< bool?> ? allowDeleteInvoices, Wrapped<bool?> ? allowInvoiceDateChange, Wrapped<bool?> ? enableReceipts, Wrapped<bool?> ? enableOriginalShow, Wrapped<bool?> ? enablePayments, Wrapped<bool?> ? enableVendorInvoice, Wrapped<bool?> ? enablePropsWardrobe, Wrapped<bool?> ? enableSetsWalls, Wrapped<bool?> ? synchronizeCustomerStatusAndCreditStatus, Wrapped<bool?> ? synchronizeDealStatusAndCreditStatus, Wrapped<String?> ? systemName, Wrapped<String?> ? companyName, Wrapped<bool?> ? isVendorNumberAssignedByUser, Wrapped<String?> ? quoteOrderMessageFormat, Wrapped<String?> ? dataLanguageId, Wrapped<String?> ? dataLanguage, Wrapped<bool?> ? allCaps, Wrapped<bool?> ? enableQuikLocate, Wrapped<bool?> ? departmentFilter}) → WebApiLogicAppFuncSystemSettingsResponse -
Available on WebApiLogicAppFuncSystemSettingsResponse, provided by the $WebApiLogicAppFuncSystemSettingsResponseExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiLogicAppFuncSystemSettingsResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiLogicAppFuncSystemSettingsResponse instance)