netAmount property

Money? netAmount
final

The net amount that the payee receives for this transaction in their PayPal account. The net amount is computed as gross_amount minus the paypal_fee.

Implementation

final Money? netAmount;