Contents value.

Namespace: LC360API.Carrier_V1
Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Nullable<decimal> ContentsCost { get; set; }
Visual Basic
Public Property ContentsCost As Nullable(Of Decimal)
	Get
	Set
Visual C++
public:
property Nullable<Decimal> ContentsCost {
	Nullable<Decimal> get ();
	void set (Nullable<Decimal> value);
}

See Also