package vo type TransferRequest struct { SourceUserId int TargetAccountNumber string TargetAmount float64 TargetCurrency string }