amountWithoutFee property

double? get amountWithoutFee

the amount without commission (in rubles).

Implementation

double? get amountWithoutFee => update.object['amount_without_fee'];