Represents a withdrawal creation request.

interface WithdrawalCreate {
    id: string;
}

Properties

Properties

id: string

Withdrawal ID.