Uses of Enum Class
com.sportradar.mbs.sdk.entities.common.PaymentMethod
Packages that use PaymentMethod
-
Uses of PaymentMethod in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return PaymentMethodModifier and TypeMethodDescriptionstatic PaymentMethodPaymentGateway.getMethod()Gets the payment method.static PaymentMethodReturns the enum constant of this class with the specified name.static PaymentMethod[]PaymentMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sportradar.mbs.sdk.entities.common with parameters of type PaymentMethodModifier and TypeMethodDescriptionPaymentGateway.Builder.setMethod(PaymentMethod value) Sets the payment method.voidPaymentGateway.setMethod(PaymentMethod value) Sets the payment method.