namespace Nop.Plugin.Payments.PayPalCommerce.Domain; /// /// Represents the button placement /// public enum ButtonPlacement { /// /// Shopping cart page /// Cart, /// /// Product details page /// Product, /// /// Checkout payment method page /// PaymentMethod }