WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponse class

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

Constructors

WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponse({String? brochureId, String? orderId, String? orderNumber, String? orderDescription, String? dealId, String? deal, String? dealNumber})
WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponse.fromJson(Map<String, dynamic> json)
factory

Properties

brochureId String?
final
deal String?
final
dealId String?
final
dealNumber String?
final
hashCode int
The hash code for this object.
no setteroverride
orderDescription String?
final
orderId String?
final
orderNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? brochureId, String? orderId, String? orderNumber, String? orderDescription, String? dealId, String? deal, String? dealNumber}) WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponse

Available on WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponse, provided by the $WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponseExtension extension

copyWithWrapped({Wrapped<String?>? brochureId, Wrapped<String?>? orderId, Wrapped<String?>? orderNumber, Wrapped<String?>? orderDescription, Wrapped<String?>? dealId, Wrapped<String?>? deal, Wrapped<String?>? dealNumber}) WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponse

Available on WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponse, provided by the $WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponseExtension 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