Type Alias PlatformDepositAccountTransfer
PlatformDepositAccountTransfer: { type: "DEPOSIT"; id: string; currency: Currency; amount: number; depositMemo?: string; isForTest: boolean; createdAt: string; updatedAt: string; depositorName: string; } Type declaration
type: "DEPOSIT"
id: string
amount: number
Optional
depositMemo?: string
isForTest: boolean
createdAt: string
updatedAt: string
depositorName: string
계좌 이체 유형