public interface MtsClientApi
Modifier and Type | Method and Description |
---|---|
Ccf |
getCcf(String sourceId)
Gets customer confidence factor for a customer
|
Ccf |
getCcf(String sourceId,
String username,
String password)
Gets customer confidence factor for a customer
|
Long |
getMaxStake(Ticket ticket)
Gets maximum stake for a ticket
|
Long |
getMaxStake(Ticket ticket,
String username,
String password)
Gets maximum stake for a ticket
|
Long getMaxStake(Ticket ticket)
ticket
- A Ticket
to be sendLong getMaxStake(Ticket ticket, String username, String password)
ticket
- A Ticket
to be sendusername
- A username used for authenticationpassword
- A password used for authenticationCcf getCcf(String sourceId)
sourceId
- A source ID which identifies a customerCcf
values for sport and prematch/live (if set for customer)Ccf getCcf(String sourceId, String username, String password)
sourceId
- A source ID which identifies a customerusername
- A username used for authenticationpassword
- A password used for authenticationCcf
values for sport and prematch/live (if set for customer)Copyright © 2017–2019. All rights reserved.