BillingAddress class

Constructors

BillingAddress.new({required String? city, required String? country, required String? email, required String? line1, required String? line2, required String? name, required String? phone, required String? postal_code, required String? state})

Properties

city String?
City, district, suburb, town, or village.
final
country String?
Two-letter country code (ISO 3166-1 alpha-2).
final
email String?
Email address.
final
hashCode int
The hash code for this object.
no setterinherited
line1 String?
Address line 1 (e.g., street, PO Box, or company name).
final
line2 String?
Address line 2 (e.g., apartment, suite, unit, or building).
final
name String?
Full name.
final
phone String?
Billing phone number (including extension).
final
postal_code String?
ZIP or postal code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State, county, province, or region.
final

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