Uses of Class
com.sportradar.mbs.sdk.entities.request.DepositInformRequest.Builder
-
Uses of DepositInformRequest.Builder in com.sportradar.mbs.sdk.entities.request
Modifier and TypeMethodDescriptionstatic DepositInformRequest.Builder
DepositInformRequest.newBuilder()
Returns a new instance of the Builder class to build a DepositInformRequest object.static DepositInformRequest.Builder
ContentRequest.newDepositInformRequestBuilder()
Creates a new instance of the DepositInformRequest builder.Sets the amount of the deposit.DepositInformRequest.Builder.setDepositId
(String value) Sets the deposit ID.DepositInformRequest.Builder.setEndCustomer
(EndCustomer value) Sets the end customer associated with the deposit.DepositInformRequest.Builder.setExecutedAtUtc
(long value) Sets the UTC timestamp when the deposit was executed.DepositInformRequest.Builder.setGateway
(PaymentGateway value) Sets the payment gateway used for the deposit.DepositInformRequest.Builder.setInitiatedAtUtc
(Long value) Sets the UTC timestamp when the deposit was initiated.DepositInformRequest.Builder.setStatus
(BalanceMoveStatus value) Sets the status of the balance move associated with the deposit.DepositInformRequest.Builder.setWalletId
(String value) Sets the wallet ID associated with the deposit.