Gets or sets the email address that identifies your business with PayPal.
Namespace:
C1.Web.C1PayPalAssembly: C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)
Syntax
C# |
---|
[BindableAttribute(true)] [DescriptionAttribute("Your PayPal account (you can set one up at www.paypal.com)")] [DefaultValueAttribute("")] [CategoryAttribute("Behavior")] public string Business { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ <DescriptionAttribute("Your PayPal account (you can set one up at www.paypal.com)")> _ <DefaultValueAttribute("")> _ <CategoryAttribute("Behavior")> _ Public Property Business As String |
Remarks
This is the address you enter when you set up your PayPal merchant account,
and is used by PayPal to notify you after transactions occur.