WebApiApplyBottomLineDaysPerWeekRequest class

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

Constructors

WebApiApplyBottomLineDaysPerWeekRequest({String? orderId, String? purchaseOrderId, String? invoiceId, String? recType, bool? subs, double? daysPerWeek})
WebApiApplyBottomLineDaysPerWeekRequest.fromJson(Map<String, dynamic> json)
factory

Properties

daysPerWeek double?
final
hashCode int
The hash code for this object.
no setteroverride
invoiceId String?
final
orderId String?
final
purchaseOrderId String?
final
recType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subs bool?
final

Methods

copyWith({String? orderId, String? purchaseOrderId, String? invoiceId, String? recType, bool? subs, double? daysPerWeek}) WebApiApplyBottomLineDaysPerWeekRequest

Available on WebApiApplyBottomLineDaysPerWeekRequest, provided by the $WebApiApplyBottomLineDaysPerWeekRequestExtension extension

copyWithWrapped({Wrapped<String?>? orderId, Wrapped<String?>? purchaseOrderId, Wrapped<String?>? invoiceId, Wrapped<String?>? recType, Wrapped<bool?>? subs, Wrapped<double?>? daysPerWeek}) WebApiApplyBottomLineDaysPerWeekRequest

Available on WebApiApplyBottomLineDaysPerWeekRequest, provided by the $WebApiApplyBottomLineDaysPerWeekRequestExtension 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 WebApiApplyBottomLineDaysPerWeekRequest Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiApplyBottomLineDaysPerWeekRequest instance)