Gets or sets whether the PayPal payment page should allow customers to
provide a shipping address.
Namespace:
C1.Web.C1PayPalAssembly: C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)
Syntax
C# |
---|
[DescriptionAttribute("Whether the buyer will be prompted for the shipping address.")] [BindableAttribute(true)] [CategoryAttribute("Prompt")] [DefaultValueAttribute(true)] public bool PromptAddress { get; set; } |
Visual Basic (Declaration) |
---|
<DescriptionAttribute("Whether the buyer will be prompted for the shipping address.")> _ <BindableAttribute(True)> _ <CategoryAttribute("Prompt")> _ <DefaultValueAttribute(True)> _ Public Property PromptAddress As Boolean |
Remarks
The default value for this property is true.