transactionAmount property

GoogleTypeMoney? transactionAmount
getter/setter pair

The amount of money to be credited.

The wallet corresponding to the currency specified within transaction_amount will be updated. For example, if you specified currency_code within transaction_amount as "USD", then the amount would be added to the wallet which has the "USD" currency or if no such wallet exists, a new wallet will be created with the "USD" currency.

Implementation

GoogleTypeMoney? transactionAmount;