total property

Price? total
final

Calculated total Price of the OperationDeposit to be paid, after the tax being applied, in the provided Currency.

It's calculated as: total = withoutTax + tax.

null if the provided Currency is not supported by the OperationDeposit.

Doesn't include bonus.

Implementation

final Price? total;