Gets or sets whether the PayPal payment page should have a field to allow customers to buy multiple units of the item in a single transaction.

Namespace:  C1.Web.C1PayPal
Assembly:  C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)

Syntax

C#
[CategoryAttribute("Prompt")]
[DefaultValueAttribute(true)]
[DescriptionAttribute("Whether the buyer will be prompted for the number of items to purchase.")]
[BindableAttribute(true)]
public bool PromptQuantity { get; set; }
Visual Basic (Declaration)
<CategoryAttribute("Prompt")> _
<DefaultValueAttribute(True)> _
<DescriptionAttribute("Whether the buyer will be prompted for the number of items to purchase.")> _
<BindableAttribute(True)> _
Public Property PromptQuantity As Boolean

Remarks

The default value for this property is true.

See Also