OperationDepositMethodPricing class

Pricing of an OperationDeposit.

Constructors

OperationDepositMethodPricing({required Price nominal, PriceModifier? bonus, Price? withoutTax, PriceModifier? tax, Price? total})

Properties

bonus PriceModifier?
Bonus of the nominal Price to be granted as a separate OperationDepositBonus once the original OperationDeposit is completed successfully.
final
hashCode int
The hash code for this object.
no setterinherited
nominal Price
Nominal Price of the OperationDeposit.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tax PriceModifier?
Tax applied to the withoutTax Price, according to the billing CountryCode of the OperationDeposit, in the provided Currency.
final
total Price?
Calculated total Price of the OperationDeposit to be paid, after the tax being applied, in the provided Currency.
final
withoutTax Price?
Calculated Price of the OperationDeposit to be paid, before the tax being applied, in the provided Currency.
final

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