netAmount property

Money? netAmount
final

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

Implementation

final Money? netAmount;