-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum PaymentMethodUiType extends Enum<PaymentMethodUiType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SIMPLE_BUTTONThe SIMPLE_BUTTON type represents a payment method where the customer only has to press the button. Everything else is handled by some third party native library
FORMThe FORM type represents a payment method where the form is created and controlled by Primer
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-