Try your search with a different keyword or use * as a wildcard.
namespace PayPalCheckoutSdk.Orders;
///
/// Represents the type of user action for customer checkout flow
///
public enum UserActionType
{
///
/// After you redirect the customer to the PayPal payment page, a Continue button appears.
///
Continue,
///
/// After you redirect the customer to the PayPal payment page, a Pay Now button appears.
///
Pay_now
}