PayResultEntity class
status : false message : "" orderId : "" uuidString : "" transactionIdentifier : "" sanbox : false code : 0
Constructors
- PayResultEntity.new({bool status = false, String? message, String? orderId, String? uuidString, String? transactionIdentifier, bool? sandbox, num? code})
- PayResultEntity.fromJson(dynamic json)
Properties
- code → num?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
no setter
- orderId → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sandbox → bool?
-
no setter
- status → bool
-
no setter
- transactionIdentifier → String?
-
no setter
- uuidString → String?
-
no setter
Methods
-
copyWith(
{bool? status, String? message, String? orderId, String? uuidString, String? transactionIdentifier, bool? sandbox, num? code}) → PayResultEntity -
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited