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 PaymentMethod
PaymentGateway.getMethod()
Gets the payment method.static PaymentMethod
Returns 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.void
PaymentGateway.setMethod
(PaymentMethod value) Sets the payment method.