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