OperationDepositMethod class

Description of some method for performing an OperationDeposit.

Constructors

OperationDepositMethod({required OperationDepositMethodId id, required OperationDepositKind kind, CriteriaCountry? countries, List<Price>? nominals, OperationDepositMethodPricing? pricing})
const

Properties

countries CriteriaCountry?
Criteria filtering this OperationDepositMethod availability for specific CountryCodes.
final
hashCode int
The hash code for this object.
no setterinherited
id OperationDepositMethodId
Unique ID of this OperationDepositMethod.
final
kind OperationDepositKind
OperationDepositKind of this OperationDepositMethod.
final
nominals List<Price>?
List of available nominal Prices this OperationDepositMethod accepts.
final
pricing OperationDepositMethodPricing?
OperationDepositMethodPricing of this OperationDepositMethod.
final
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
toString() String
A string representation of this object.
inherited

Operators

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