AddressVerificationData class
Display data for verifications through postcard.
Constructors
- AddressVerificationData({PostalAddress? address, String? business, int? expectedDeliveryDaysRegion})
- AddressVerificationData.fromJson(Map json_)
Properties
- address ↔ PostalAddress?
-
Address that a postcard can be sent to.
getter/setter pair
- business ↔ String?
-
Merchant's business name.
getter/setter pair
- expectedDeliveryDaysRegion ↔ int?
-
Expected number of days it takes to deliver a postcard to the address's
region.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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