All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sportradar.mts.sdk.api.TicketNonSrSettle Maven / Gradle / Ivy

/*
 * Copyright (C) Sportradar AG. See LICENSE for full license governing this code
 */

package com.sportradar.mts.sdk.api;

import java.util.Date;

public interface TicketNonSrSettle extends SdkTicket {

    /**
     * Get bookmaker id
     * @return the bookmaker id
     */
    int getBookmakerId();

    /**
     * Timestamp of non-Sportradar settle placement
     */
    Date getTimestampUtc();

    /**
     * Get settle ticket id
     * @return the ticket id
     */
    String getTicketId();

    /**
     * Get non-Sportradar settle stake in same currency as original ticket.
     *
     * @return non Sportradar settle stake
     */
     Long getNonSrSettleStake();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy