Gets or sets the shipping charge for additional items on a shipment (each item except the first one).

Namespace:  C1.Web.C1PayPal
Assembly:  C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)

Syntax

C#
[CategoryAttribute("Shipping and Handling")]
[DefaultValueAttribute()]
[DescriptionAttribute("Shipping charge for additional other items (-1 means use default stored in profile)")]
[BindableAttribute(true)]
public double ShippingAdditional { get; set; }
Visual Basic (Declaration)
<CategoryAttribute("Shipping and Handling")> _
<DefaultValueAttribute()> _
<DescriptionAttribute("Shipping charge for additional other items (-1 means use default stored in profile)")> _
<BindableAttribute(True)> _
Public Property ShippingAdditional 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.

See Also