receiver property
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;
Optional. Receiver of an outgoing transaction (e.g., a user for a purchase refund, Fragment for a withdrawal). Only for outgoing transactions.
@JsonKey(name: 'receiver')
TransactionPartner? get receiver;