PaymentResponse3DS class

Inheritance

Constructors

PaymentResponse3DS({required String redirectUrl, dynamic id, dynamic actionId, dynamic amount, dynamic approved, dynamic status, dynamic responseCode, dynamic token, dynamic reference, dynamic description, dynamic customer, dynamic currency, dynamic processedOn})
PaymentResponse3DS.fromJson(String source)
factory
PaymentResponse3DS.fromMap(Map<String, dynamic> map)
factory

Properties

actionId String
finalinherited
amount int
finalinherited
approved bool
finalinherited
currency String
finalinherited
customer Customer
finalinherited
description String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
processedOn String
finalinherited
redirectUrl String
final
reference String
finalinherited
responseCode String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
finalinherited
token String
finalinherited
type PaymentMethod?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
override
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited