DealPauseStatus class

Tracks which parties (if any) have paused a deal.

The deal is considered paused if either hasBuyerPaused or hasSellPaused is true.

Constructors

DealPauseStatus({String? buyerPauseReason, String? firstPausedBy, bool? hasBuyerPaused, bool? hasSellerPaused, String? sellerPauseReason})
DealPauseStatus.fromJson(Map _json)

Properties

buyerPauseReason String?
The buyer's reason for pausing, if the buyer paused the deal.
getter/setter pair
firstPausedBy String?
The role of the person who first paused this deal. Possible string values are:
getter/setter pair
hasBuyerPaused bool?
True, if the buyer has paused the deal unilaterally.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasSellerPaused bool?
True, if the seller has paused the deal unilaterally.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellerPauseReason String?
The seller's reason for pausing, if the seller paused the deal.
getter/setter pair

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