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# |
---|
[DefaultValueAttribute("")] [DescriptionAttribute("Your PayPal account (you can set one up at www.paypal.com)")] [CategoryAttribute("Behavior")] [BindableAttribute(true)] public string Business { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute("")> _ <DescriptionAttribute("Your PayPal account (you can set one up at www.paypal.com)")> _ <CategoryAttribute("Behavior")> _ <BindableAttribute(True)> _ 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.