Documentation
¶
Overview ¶
Package commands contains command DTOs for service and handler orchestration.
Package commands contains command DTOs for service and handler orchestration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deposit ¶
type Deposit struct {
UserID uuid.UUID
AccountID uuid.UUID
Amount float64
Currency string
MoneySource string
PaymentID string
Timestamp int64
}
Deposit is a DTO for deposit operations (command pattern).
type ExternalTarget ¶
type ExternalTarget struct {
BankAccountNumber string
RoutingNumber string
ExternalWalletAddress string
}
ExternalTarget represents the destination for an external withdrawal, such as a bank account or wallet.
Click to show internal directories.
Click to hide internal directories.