Uses of Class
com.sportradar.mbs.sdk.entities.request.WithdrawalInformRequest.Builder
Packages that use WithdrawalInformRequest.Builder
-
Uses of WithdrawalInformRequest.Builder in com.sportradar.mbs.sdk.entities.request
Methods in com.sportradar.mbs.sdk.entities.request that return WithdrawalInformRequest.BuilderModifier and TypeMethodDescriptionWithdrawalInformRequest.newBuilder()Returns a new instance of the Builder class to build a WithdrawalInformRequest object.ContentRequest.newWithdrawalInformRequestBuilder()Creates a new instance of the WithdrawalInformRequest builder.Sets the withdrawal amount.WithdrawalInformRequest.Builder.setEndCustomer(EndCustomer value) Sets the end customer.WithdrawalInformRequest.Builder.setExecutedAtUtc(long value) Sets the executed timestamp in UTC.WithdrawalInformRequest.Builder.setGateway(PaymentGateway value) Sets the payment gateway.WithdrawalInformRequest.Builder.setInitiatedAtUtc(Long value) Sets the initiated timestamp in UTC.WithdrawalInformRequest.Builder.setStatus(BalanceMoveStatus value) Sets the balance move status.WithdrawalInformRequest.Builder.setWalletId(String value) Sets the wallet ID.WithdrawalInformRequest.Builder.setWithdrawalId(String value) Sets the withdrawal ID.