StonePaymentResponse class
Constructors
- StonePaymentResponse({required String cardholderName, required String itk, required String atk, required String brand, required String authorizationDateTime, required String orderId, required String authorizationCode, required String installmentCount, required String pan, required String type, required String entryMode, required String accountId, required String customerWalletProviderId, required String code, required String transactionQualifier, required String amount})
Properties
- accountId → String
-
final
- amount → String
-
final
- atk → String
-
final
-
final
-
final
- brand → String
-
final
- cardholderName → String
-
final
- code → String
-
final
- customerWalletProviderId → String
-
final
- entryMode → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- installmentCount → String
-
final
- itk → String
-
final
- orderId → String
-
final
- pan → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionQualifier → String
-
final
- type → 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) → StonePaymentResponse