Class DepositInformRequest
java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.DepositInformRequest
Represents a request to inform about a deposit transaction.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classBuilder class for constructing a DepositInformRequest object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the amount of the deposit.Gets the deposit ID.Gets the end customer associated with the deposit.longGets the UTC timestamp when the deposit was executed.Gets the payment gateway used for the deposit.Gets the UTC timestamp when the deposit was initiated.Gets the status of the balance move associated with the deposit.Gets the wallet ID associated with the deposit.static DepositInformRequest.BuilderReturns a new instance of the Builder class to build a DepositInformRequest object.voidSets the amount of the deposit.voidsetDepositId(String value) Sets the deposit ID.voidsetEndCustomer(EndCustomer value) Sets the end customer associated with the deposit.voidsetExecutedAtUtc(long value) Sets the UTC timestamp when the deposit was executed.voidsetGateway(PaymentGateway value) Sets the payment gateway used for the deposit.voidsetInitiatedAtUtc(Long value) Sets the UTC timestamp when the deposit was initiated.voidsetStatus(BalanceMoveStatus value) Sets the status of the balance move associated with the deposit.voidsetWalletId(String value) Sets the wallet ID associated with the deposit.Methods inherited from class com.sportradar.mbs.sdk.entities.request.ContentRequestnewBalanceChangeInformRequestBuilder, newCancelAckRequestBuilder, newCancelRequestBuilder, newCashoutAckRequestBuilder, newCashoutRequestBuilder, newCasinoSessionsRequestBuilder, newDepositInformRequestBuilder, newExtSettlementAckRequestBuilder, newExtSettlementRequestBuilder, newTicketAckRequestBuilder, newTicketInformRequestBuilder, newTicketRequestBuilder, newWithdrawalInformRequestBuilder
- 
Constructor Details- 
DepositInformRequestpublic DepositInformRequest()
 
- 
- 
Method Details- 
newBuilderReturns a new instance of the Builder class to build a DepositInformRequest object.- Returns:
- A new instance of the Builder class.
 
- 
getWalletIdGets the wallet ID associated with the deposit.- Returns:
- The wallet ID.
 
- 
setWalletIdSets the wallet ID associated with the deposit.- Parameters:
- value- The wallet ID.
 
- 
getDepositIdGets the deposit ID.- Returns:
- The deposit ID.
 
- 
setDepositIdSets the deposit ID.- Parameters:
- value- The deposit ID.
 
- 
getAmountGets the amount of the deposit.- Returns:
- The deposit amount.
 
- 
setAmountSets the amount of the deposit.- Parameters:
- value- The deposit amount.
 
- 
getEndCustomerGets the end customer associated with the deposit.- Returns:
- The end customer.
 
- 
setEndCustomerSets the end customer associated with the deposit.- Parameters:
- value- The end customer.
 
- 
getExecutedAtUtcpublic long getExecutedAtUtc()Gets the UTC timestamp when the deposit was executed.- Returns:
- The UTC timestamp.
 
- 
setExecutedAtUtcpublic void setExecutedAtUtc(long value) Sets the UTC timestamp when the deposit was executed.- Parameters:
- value- The UTC timestamp.
 
- 
getInitiatedAtUtcGets the UTC timestamp when the deposit was initiated.- Returns:
- The UTC timestamp.
 
- 
setInitiatedAtUtcSets the UTC timestamp when the deposit was initiated.- Parameters:
- value- The UTC timestamp.
 
- 
getGatewayGets the payment gateway used for the deposit.- Returns:
- The payment gateway.
 
- 
setGatewaySets the payment gateway used for the deposit.- Parameters:
- value- The payment gateway.
 
- 
getStatusGets the status of the balance move associated with the deposit.- Returns:
- The balance move status.
 
- 
setStatusSets the status of the balance move associated with the deposit.- Parameters:
- value- The balance move status.
 
 
-