WebApiModulesHomeControlsPurchaseVendorInvoiceItemPurchaseVendorInvoiceItem class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesHomeControlsPurchaseVendorInvoiceItemPurchaseVendorInvoiceItem({String? purchaseId, String? vendorInvoiceId, String? vendorInvoiceItemId, String? purchaseOrderId, String? purchaseOrderItemId, String? invoiceNumber, String? invoiceDate, int? quantity, double? unitCost, double? extended, String? currencyId, String? currency, String? currencyCode, String? currencySymbol, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesHomeControlsPurchaseVendorInvoiceItemPurchaseVendorInvoiceItem.fromJson(Map<String, dynamic> json)
factory

Properties

auditNote String?
final
currency String?
final
currencyCode String?
final
currencyId String?
final
currencySymbol String?
final
custom List<FwStandardDataFwCustomValue>?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
extended double?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
invoiceDate String?
final
invoiceNumber String?
final
purchaseId String?
final
purchaseOrderId String?
final
purchaseOrderItemId String?
final
quantity int?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final
unitCost double?
final
vendorInvoiceId String?
final
vendorInvoiceItemId String?
final

Methods

copyWith({String? purchaseId, String? vendorInvoiceId, String? vendorInvoiceItemId, String? purchaseOrderId, String? purchaseOrderItemId, String? invoiceNumber, String? invoiceDate, int? quantity, double? unitCost, double? extended, String? currencyId, String? currency, String? currencyCode, String? currencySymbol, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesHomeControlsPurchaseVendorInvoiceItemPurchaseVendorInvoiceItem

Available on WebApiModulesHomeControlsPurchaseVendorInvoiceItemPurchaseVendorInvoiceItem, provided by the $WebApiModulesHomeControlsPurchaseVendorInvoiceItemPurchaseVendorInvoiceItemExtension extension

copyWithWrapped({Wrapped<String?>? purchaseId, Wrapped<String?>? vendorInvoiceId, Wrapped<String?>? vendorInvoiceItemId, Wrapped<String?>? purchaseOrderId, Wrapped<String?>? purchaseOrderItemId, Wrapped<String?>? invoiceNumber, Wrapped<String?>? invoiceDate, Wrapped<int?>? quantity, Wrapped<double?>? unitCost, Wrapped<double?>? extended, Wrapped<String?>? currencyId, Wrapped<String?>? currency, Wrapped<String?>? currencyCode, Wrapped<String?>? currencySymbol, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesHomeControlsPurchaseVendorInvoiceItemPurchaseVendorInvoiceItem

Available on WebApiModulesHomeControlsPurchaseVendorInvoiceItemPurchaseVendorInvoiceItem, provided by the $WebApiModulesHomeControlsPurchaseVendorInvoiceItemPurchaseVendorInvoiceItemExtension 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