receiver property

  1. @JsonKey(name: 'receiver')
TransactionPartner? get receiver
inherited

Optional. Receiver of an outgoing transaction (e.g., a user for a purchase refund, Fragment for a withdrawal). Only for outgoing transactions.

Implementation

@JsonKey(name: 'receiver')
TransactionPartner? get receiver;