AmountPaymentConstraint class

Class responsible for storing information about amount payment constraint

  • minimum - minimum price that can be used while creating the transaction
  • maximum - maximum price that can be used while creating the transaction
Inheritance

Constructors

AmountPaymentConstraint({required double? minimum, required double? maximum})

Properties

hashCode int
The hash code for this object.
no setterinherited
maximum double?
final
minimum double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PaymentConstraintType
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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