StoneCancelResponse class

Constructors

StoneCancelResponse({required String responseCode, required String atk, required String canceledAmount, required String paymentType, required String transactionAmount, required String orderId, required String authorizationCode, required String reason})

Properties

atk String
final
authorizationCode String
final
canceledAmount String
final
hashCode int
The hash code for this object.
no setterinherited
orderId String
final
paymentType String
final
reason String
final
responseCode String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionAmount String
final

Methods

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

Static Methods

fromJson(Map json) StoneCancelResponse