Gets or sets the handling charge for this item.
Namespace:
C1.Web.C1PayPalAssembly: C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute()] [CategoryAttribute("Shipping and Handling")] [DescriptionAttribute("Handling charge (-1 means use default stored in profile)")] [BindableAttribute(true)] public double Handling { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute()> _ <CategoryAttribute("Shipping and Handling")> _ <DescriptionAttribute("Handling charge (-1 means use default stored in profile)")> _ <BindableAttribute(True)> _ Public Property Handling As Double |
Remarks
By default, this property is set to –1, which causes the control to use the default handling charge set up in your PayPal merchant account.
The default value for this property is -1.