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