| App user | +Type | +Balance | +
|---|---|---|
| @item.AppUser.FirstName @item.AppUser.LastName | +@item.Wallet.Type.ToString() | +€ @((item.Wallet.Balance / 100).ToString("N2")) | +
| App user | +Balance before | +IBAN | +BIC | +Status | +Ammount | +Result code | +Result message | +
|---|---|---|---|---|---|---|---|
| @item.AppUser.FirstName @item.AppUser.LastName | +€ @((item.Wallet.Balance / 100).ToString("N2")) | +@item.PayoutDto.Iban | +@item.PayoutDto.Bic | +@item.PayoutDto.Status.ToString() | +€ @((item.PayoutDto.Ammount / 100).ToString("N2")) | +@item.PayoutDto.ResultCode | +@item.PayoutDto.ResultMessage | +