 | ProductPriceGroupDto2PricesIncludingVAT Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool PricesIncludingVAT { get; set; }
Public Property PricesIncludingVAT As Boolean
Get
Set
public:
property bool PricesIncludingVAT {
bool get ();
void set (bool value);
}
member PricesIncludingVAT : bool with get, set
Property Value
Type:
Boolean
See Also