Interface CreateWithdrawalResponse

interface CreateWithdrawalResponse {
    status: string;
    time: number;
    withdrawal_id: number;
}

Hierarchy

  • CreateWithdrawalResponse
    • CreateWithdrawalResponse

Properties

status: string

Status of the withdrawal

CreateWithdrawalResponse

time: number

Time of the withdrawal

CreateWithdrawalResponse

withdrawal_id: number

ID of the withdrawal

CreateWithdrawalResponse