BraintreeBillingAddress class

Constructors

BraintreeBillingAddress({String? givenName, String? surname, String? phoneNumber, String? streetAddress, String? extendedAddress, String? locality, String? region, String? postalCode, String? countryCodeAlpha2})

Properties

countryCodeAlpha2 String?
final
extendedAddress String?
final
givenName String?
final
hashCode int
The hash code for this object.
no setterinherited
locality String?
final
phoneNumber String?
final
postalCode String?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streetAddress String?
final
surname String?
final

Methods

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

Operators

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