Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

UserActionType.cs

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
}