Gets or sets whether the PayPal payment page should allow customers to include a note with their payment.

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

Syntax

C#
[DefaultValueAttribute(false)]
[DescriptionAttribute("Whether the buyer will be prompted for a note.")]
[BindableAttribute(true)]
[CategoryAttribute("Prompt")]
public bool PromptNote { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<DescriptionAttribute("Whether the buyer will be prompted for a note.")> _
<BindableAttribute(True)> _
<CategoryAttribute("Prompt")> _
Public Property PromptNote As Boolean

Remarks

The default value for this property is false.

See Also