ChargebackMarkingResponseModel class

Constructors

ChargebackMarkingResponseModel({String? orderCode, String? status})

Properties

hashCode int
The hash code for this object.
no setteroverride
orderCode String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final

Methods

copyWith({String? code, String? status}) ChargebackMarkingResponseModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override