Interface BuyRequest

    interface BuyRequest {
        amount?: AmountLike;
        buyType: number;
        currencyAmount?: AmountLike;
        currencyId?: string;
        id: string;
    }

    Properties

    amount?: AmountLike
    buyType: number
    currencyAmount?: AmountLike
    currencyId?: string
    id: string