WebApiModulesInventoryInventoryReceiptGetReceiptTotalsResponse class

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

Constructors

WebApiModulesInventoryInventoryReceiptGetReceiptTotalsResponse({double? shipping, double? miscCost, double? credit, double? extended, double? discountAmount, double? taxAmount, double? totalItems, double? subTotal, double? total})
WebApiModulesInventoryInventoryReceiptGetReceiptTotalsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

credit double?
final
discountAmount double?
final
extended double?
final
hashCode int
The hash code for this object.
no setteroverride
miscCost double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipping double?
final
subTotal double?
final
taxAmount double?
final
total double?
final
totalItems double?
final

Methods

copyWith({double? shipping, double? miscCost, double? credit, double? extended, double? discountAmount, double? taxAmount, double? totalItems, double? subTotal, double? total}) WebApiModulesInventoryInventoryReceiptGetReceiptTotalsResponse

Available on WebApiModulesInventoryInventoryReceiptGetReceiptTotalsResponse, provided by the $WebApiModulesInventoryInventoryReceiptGetReceiptTotalsResponseExtension extension

copyWithWrapped({Wrapped<double?>? shipping, Wrapped<double?>? miscCost, Wrapped<double?>? credit, Wrapped<double?>? extended, Wrapped<double?>? discountAmount, Wrapped<double?>? taxAmount, Wrapped<double?>? totalItems, Wrapped<double?>? subTotal, Wrapped<double?>? total}) WebApiModulesInventoryInventoryReceiptGetReceiptTotalsResponse

Available on WebApiModulesInventoryInventoryReceiptGetReceiptTotalsResponse, provided by the $WebApiModulesInventoryInventoryReceiptGetReceiptTotalsResponseExtension 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