CardFormResults class
Class that houses all expected form data from the checkout ui
!DO NOT SAVE THIS DATA TO A LOG FILE OR PRINT IT OUT IN LIVE CODE
Constructors
Properties
- cardExpiry → String
-
full expiration date string MM/YY format
final
- cardNumber → String
-
15 to 16 digit credit card number. numeric characters only and no spaces
final
- cardSec → String
-
cvv string. numeric characters only and no spaces
final
- country → String
-
string representing billing country
final
- email → String
-
email string
final
- expMonth → int
-
getter to retrieve the expiration month from the expiration string
no setter
- expYear → int
-
getter to retrieve the year from expiration string
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
string representing buyer's name
final
- phone → String
-
10 digit phone number. numeric characters only and no spaces
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- zip → String
-
5 digit zip / postal code. numeric characters only and no spaces
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited