Uses of Class
com.sportradar.mbs.sdk.entities.request.DepositInformRequest.Builder
Packages that use DepositInformRequest.Builder
-
Uses of DepositInformRequest.Builder in com.sportradar.mbs.sdk.entities.request
Methods in com.sportradar.mbs.sdk.entities.request that return DepositInformRequest.BuilderModifier and TypeMethodDescriptionstatic DepositInformRequest.BuilderDepositInformRequest.newBuilder()Returns a new instance of the Builder class to build a DepositInformRequest object.static DepositInformRequest.BuilderContentRequest.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.