Gets or sets the Url that will receive Instant Payment Notifications through
PayPal's IPN mechanism.
Namespace:
C1.Web.C1PayPalAssembly: C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute("")] [BindableAttribute(true)] [EditorAttribute(typeof(UrlEditor), typeof(UITypeEditor))] [CategoryAttribute("Behavior")] [DescriptionAttribute("URL to receive instant payment notifications (IPN)")] public string NotifyURL { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute("")> _ <BindableAttribute(True)> _ <EditorAttribute(GetType(UrlEditor), GetType(UITypeEditor))> _ <CategoryAttribute("Behavior")> _ <DescriptionAttribute("URL to receive instant payment notifications (IPN)")> _ Public Property NotifyURL As String |
Remarks
For details about IPN, please refer to the PayPal IPN documentation (www.PayPal.com/IPN).