 | ProductPurchasePriceDtoIndirectCostFreight Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal? IndirectCostFreight { get; set; }
Public Property IndirectCostFreight As Decimal?
Get
Set
public:
property Nullable<Decimal> IndirectCostFreight {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member IndirectCostFreight : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also