CustomerInformationStatusResponse class

Constructors

CustomerInformationStatusResponse(String? status, String? moreInfoUrl, int? eta)
CustomerInformationStatusResponse.fromJson(Map<String, dynamic> json)
factory

Properties

eta int?
(optional) Estimated number of seconds until the customer information status will update.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
moreInfoUrl String?
(optional) A URL the user can visit if they want more information about their account / status.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Status of customer information processing. One of: pending, denied.
getter/setter pair

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