CardFieldInputDetails class
Card details collected by FamCardField.
Constructors
Properties
- brand → CardBrand?
-
Detected card brand.
final
- complete → bool
-
Whether all required fields are complete and valid.
final
- cvc → String?
-
CVC/CVV code.
final
- expiryMonth → int?
-
Expiry month (1-12).
final
- expiryYear → int?
-
Expiry year (4 digits).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- number → String?
-
Masked card number (last 4 digits visible).
final
- postalCode → String?
-
Postal/ZIP code (if collected).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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