CardFormResults class

Class that houses all expected form data from the checkout ui

Constructors

CardFormResults({required String email, required String cardNumber, required String cardExpiry, required String cardSec, required String name, required String country, required String zip, required String phone})
Class that houses all expected form data from the checkout ui
const

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 retrive 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