SourceTypeThreeDSecure class final
Constructors
- SourceTypeThreeDSecure({String? addressLine1Check, String? addressZipCheck, bool? authenticated, String? brand, String? card, String? country, String? customer, String? cvcCheck, String? description, String? dynamicLast4, int? expMonth, int? expYear, String? fingerprint, String? funding, String? iin, String? issuer, String? last4, String? name, String? threeDSecure, String? tokenizationMethod})
-
const
- SourceTypeThreeDSecure.fromJson(Object? json)
-
factory
Properties
- addressLine1Check → String?
-
final
- addressZipCheck → String?
-
final
- authenticated → bool?
-
final
- brand → String?
-
final
- card → String?
-
final
- country → String?
-
final
- customer → String?
-
final
- cvcCheck → String?
-
final
- description → String?
-
final
- dynamicLast4 → String?
-
final
- expMonth → int?
-
final
- expYear → int?
-
final
- fingerprint → String?
-
final
- funding → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iin → String?
-
final
- issuer → String?
-
final
- last4 → String?
-
final
- name → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threeDSecure → String?
-
final
- tokenizationMethod → String?
-
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (SourceTypeThreeDSecure instance, Encoder< V> encoder) → V