Interface WithdrawalsApiGetWithdrawalRequest

interface WithdrawalsApiGetWithdrawalRequest {
    id: string;
}

Hierarchy

  • WithdrawalsApiGetWithdrawalRequest
    • WithdrawalsApiGetWithdrawalRequest

Properties

Properties

id: string

Withdrawal ID

WithdrawalsApiGetWithdrawal