CommodityContentQuantity Property | |
Gets or sets Quantity
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 32)]
public long Quantity { get; set; }
public:
[DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 32)]
property long long Quantity {
long long get ();
void set (long long value);
}
function get_Quantity();
function set_Quantity(value);
Property Value
Type:
Int64Remarks
The number of units of this commodity (for documentation such as commercial invoice)
See Also