PayPalPaymentUserAction enum
Values
- default_ → const PayPalPaymentUserAction
-
Shows the default call-to-action text on the PayPal Express Checkout page. This option indicates that a final confirmation will be shown on the merchant checkout site before the user's payment method is charged.
- commit → const PayPalPaymentUserAction
-
Shows a deterministic call-to-action. This option indicates to the user that their payment method will be charged when they click the call-to-action button on the PayPal Checkout page, and that no final confirmation page will be shown on the merchant's checkout page. This option works for both checkout and vault flows.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PayPalPaymentUserAction> - A constant List of the values in this enum, in order of their declaration.