-
- All Implemented Interfaces:
public enum PaymentButtonIntegrationMode
An enumeration of possible integration modes for payment buttons.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description STANDALONE
Default way to show payment button.
PAYMENT_OPTION
Show payment button as payment option.
-
Method Summary
Modifier and Type Method Description static Array<PaymentButtonIntegrationMode>
values()
static PaymentButtonIntegrationMode
valueOf(String name)
-
-
Method Detail
-
values
static Array<PaymentButtonIntegrationMode> values()
-
valueOf
static PaymentButtonIntegrationMode valueOf(String name)
-
-
-
-