WebApiModulesAgentOrderGetCustomRatesResponse class

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

Constructors

WebApiModulesAgentOrderGetCustomRatesResponse({int? status, bool? success, String? msg, bool? hasDiscount, bool? applyDiscountToCustomRate, WebApiModulesAgentOrderCustomRates? customRates, double? daysPerWeek, double? discountPercent, double? markupPercent, double? marginPercent})
WebApiModulesAgentOrderGetCustomRatesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

applyDiscountToCustomRate bool?
final
customRates WebApiModulesAgentOrderCustomRates?
final
daysPerWeek double?
final
discountPercent double?
final
hasDiscount bool?
final
hashCode int
The hash code for this object.
no setteroverride
marginPercent double?
final
markupPercent double?
final
msg String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
final
success bool?
final

Methods

copyWith({int? status, bool? success, String? msg, bool? hasDiscount, bool? applyDiscountToCustomRate, WebApiModulesAgentOrderCustomRates? customRates, double? daysPerWeek, double? discountPercent, double? markupPercent, double? marginPercent}) WebApiModulesAgentOrderGetCustomRatesResponse

Available on WebApiModulesAgentOrderGetCustomRatesResponse, provided by the $WebApiModulesAgentOrderGetCustomRatesResponseExtension extension

copyWithWrapped({Wrapped<int?>? status, Wrapped<bool?>? success, Wrapped<String?>? msg, Wrapped<bool?>? hasDiscount, Wrapped<bool?>? applyDiscountToCustomRate, Wrapped<WebApiModulesAgentOrderCustomRates?>? customRates, Wrapped<double?>? daysPerWeek, Wrapped<double?>? discountPercent, Wrapped<double?>? markupPercent, Wrapped<double?>? marginPercent}) WebApiModulesAgentOrderGetCustomRatesResponse

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