BillingDetails class

Billing Details

Constructors

BillingDetails({required String givenNames, required String surname, required String email, required String mobileNumber, required String phoneNumber, required Address address})
BillingDetails.from(Map json)
Convert Map to BillingDetails

Properties

address Address
Address
final
email String
Email
final
givenNames String
Given Names
final
hashCode int
The hash code for this object.
no setterinherited
mobileNumber String
Mobile Number
final
phoneNumber String
Phone Number
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surname String
Surname
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
to() Map<String, dynamic>
Convert BillingDetails to Map
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited