OrderOverridePrices Property |
Gets or sets a value indicating whether prices should be overridden by values in the order.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public bool OverridePrices { get; set; }
Public Property OverridePrices As Boolean
Get
Set
public:
property bool OverridePrices {
bool get ();
void set (bool value);
}
member OverridePrices : bool with get, set
Property Value
Type:
Booleantrue if prices should be overridden otherwise,
false.
See Also