Shopper class
Properties
-
billingAddress
→ Address?
-
The billing address.
final
-
birthDate
→ String?
-
The birth date of the shopper. The value must be in the format: YYYY-MM-DD.
final
-
cpf
→ String
-
The CPF of the shopper. The value must be in the format: 99999999999.
final
-
email
→ String
-
The email of the shopper.
final
-
firstName
→ String
-
The first name of the shopper.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
lastName
→ String
-
The last name of the shopper.
final
-
phone
→ String
-
The phone number of the shopper. The value must be in the format: 99999999999.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited