amount property

String? amount
getter/setter pair

Amount of the transaction. If amount is null, PayPal will use the billing agreement (Vault) flow. If amount is set, PayPal will follow the one time payment (Checkout) flow.

Implementation

String? amount;