BuyerAddressDto class

Address of the receipt recipient / buyer in a structured form.

Inheritance

Constructors

BuyerAddressDto({String? street, String? postalCode, String? city, String? countryCode})
BuyerAddressDto.fromJson(Map<String, dynamic> json)
factory

Properties

city String?
City / place of the receipt recipient / buyer.
read / write
countryCode String?
Country code OR country of the receipt recipient / buyer. If the country code is 3 letters long, it is interpreted as ISO 3166 alpha-3. Else the country code is interpreted as normal string.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
postalCode String?
Postal code of the receipt recipient / buyer.
read / write
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
street String?
Street and house number of the receipt recipient / buyer.
read / write
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
read-onlyinherited

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