CommodityContentUnitValue Property | |
Gets or sets Unit Value
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false, Order = 36)]
public Money UnitValue { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false, Order = 36)]
property Money^ UnitValue {
Money^ get ();
void set (Money^ value);
}
function get_UnitValue();
function set_UnitValue(value);
Property Value
Type:
MoneyRemarks
The per unit value of this commodity for customs purposes (for documentation such as commercial invoice)
See Also