WebApiModulesHomeControlsGlManualGlManual class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WebApiModulesHomeControlsGlManualGlManual({int? id, String? internalChar, String? officeLocationId, String? officeLocation, String? invoiceId, String? receiptId, String? vendorInvoiceId, String? paymentId, String? glDate, String? debitGlAccountId, String? debitGlAccountNumber, String? debitGlAccountDescription, String? creditGlAccountId, String? creditGlAccountNumber, String? creditGlAccountDescription, double? amount, String? groupHeading, String? currencyId, String? currencyCode, String? currency, String? currencySymbol, String? auditNote, String? recordTitle, List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) -
WebApiModulesHomeControlsGlManualGlManual.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → double?
-
final
- auditNote → String?
-
final
- creditGlAccountDescription → String?
-
final
- creditGlAccountId → String?
-
final
- creditGlAccountNumber → String?
-
final
- currency → String?
-
final
- currencyCode → String?
-
final
- currencyId → String?
-
final
- currencySymbol → String?
-
final
-
custom
→ List<
FwStandardDataFwCustomValue> ? -
final
- debitGlAccountDescription → String?
-
final
- debitGlAccountId → String?
-
final
- debitGlAccountNumber → String?
-
final
-
defaultFieldAttributes
→ List<
FwStandardDataFwDefaultAttribute> ? -
final
-
fields
→ List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? -
final
- glDate → String?
-
final
- groupHeading → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → int?
-
final
- internalChar → String?
-
final
- invoiceId → String?
-
final
- officeLocation → String?
-
final
- officeLocationId → String?
-
final
- paymentId → String?
-
final
- receiptId → String?
-
final
- recordTitle → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
translation
→ List<
FwStandardDataFwTranslatedValue> ? -
final
- vendorInvoiceId → String?
-
final
Methods
-
copyWith(
{int? id, String? internalChar, String? officeLocationId, String? officeLocation, String? invoiceId, String? receiptId, String? vendorInvoiceId, String? paymentId, String? glDate, String? debitGlAccountId, String? debitGlAccountNumber, String? debitGlAccountDescription, String? creditGlAccountId, String? creditGlAccountNumber, String? creditGlAccountDescription, double? amount, String? groupHeading, String? currencyId, String? currencyCode, String? currency, String? currencySymbol, String? auditNote, String? recordTitle, List< FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) → WebApiModulesHomeControlsGlManualGlManual -
Available on WebApiModulesHomeControlsGlManualGlManual, provided by the $WebApiModulesHomeControlsGlManualGlManualExtension extension
-
copyWithWrapped(
{Wrapped< int?> ? id, Wrapped<String?> ? internalChar, Wrapped<String?> ? officeLocationId, Wrapped<String?> ? officeLocation, Wrapped<String?> ? invoiceId, Wrapped<String?> ? receiptId, Wrapped<String?> ? vendorInvoiceId, Wrapped<String?> ? paymentId, Wrapped<String?> ? glDate, Wrapped<String?> ? debitGlAccountId, Wrapped<String?> ? debitGlAccountNumber, Wrapped<String?> ? debitGlAccountDescription, Wrapped<String?> ? creditGlAccountId, Wrapped<String?> ? creditGlAccountNumber, Wrapped<String?> ? creditGlAccountDescription, Wrapped<double?> ? amount, Wrapped<String?> ? groupHeading, Wrapped<String?> ? currencyId, Wrapped<String?> ? currencyCode, Wrapped<String?> ? currency, Wrapped<String?> ? currencySymbol, Wrapped<String?> ? auditNote, Wrapped<String?> ? recordTitle, Wrapped<List< ? fields, Wrapped<FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?>List< ? custom, Wrapped<FwStandardDataFwCustomValue> ?>List< ? defaultFieldAttributes, Wrapped<FwStandardDataFwDefaultAttribute> ?>List< ? translation}) → WebApiModulesHomeControlsGlManualGlManualFwStandardDataFwTranslatedValue> ?> -
Available on WebApiModulesHomeControlsGlManualGlManual, provided by the $WebApiModulesHomeControlsGlManualGlManualExtension 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 WebApiModulesHomeControlsGlManualGlManual Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesHomeControlsGlManualGlManual instance)