PaymentMethodDetails class
Constructors
-
PaymentMethodDetails.new({required Card card, required String country, required int exp_month, required int exp_year, required String fingerprint, required String funding, required Map<
String, dynamic> ? installments, required String last4, required String? mandate, required String? moto, required String network, required String? three_d_secure, required Map<String, dynamic> ? wallet, required String type})
Properties
- card → Card
-
final
- country → String
-
final
- exp_month → int
-
final
- exp_year → int
-
final
- fingerprint → String
-
final
- funding → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
installments
→ Map<
String, dynamic> ? -
final
- last4 → String
-
final
- mandate → String?
-
final
- moto → String?
-
final
- network → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- three_d_secure → String?
-
final
- type → String
-
final
-
wallet
→ Map<
String, dynamic> ? -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
parse(
Map< String, dynamic> object) → PaymentMethodDetails