amountReceived property

int? amountReceived
getter/setter pair

The total amount received by the receiver source. amount_received = amount_returned + amount_charged should be true for consumed sources unless customers deposit excess funds. The amount received is expressed in the source's currency.

Implementation

int? amountReceived;