UnplannedPayment class

Describes unplanned payment creations

More info about how unplanned payments work

Constructors

UnplannedPayment({bool? merchant, bool? customer})

Properties

customer bool?
Initiated by the merchant (or off-site customer)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchant bool?
Initiated by the customer (from your application)
getter/setter pair
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
validate() → void

Operators

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