amountDiffWithoutFee property

double? get amountDiffWithoutFee

the amount of the surcharge without commission (in rubles).

Implementation

double? get amountDiffWithoutFee => update.object['amount_diff_without_fee'];