Uses of Enum Class
com.sportradar.mbs.sdk.entities.common.PaymentMethod
-
Uses of PaymentMethod in com.sportradar.mbs.sdk.entities.common
Modifier 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.Modifier and TypeMethodDescriptionPaymentGateway.Builder.setMethod
(PaymentMethod value) Sets the payment method.void
PaymentGateway.setMethod
(PaymentMethod value) Sets the payment method.