ReProcessResultDiscountUnit Property | |
Gets or sets Discount Unit
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
public string DiscountUnit { get; set; }
public:
[DefaultValueAttribute(L"")]
property String^ DiscountUnit {
String^ get ();
void set (String^ value);
}
function get_DiscountUnit();
function set_DiscountUnit(value);
Property Value
Type:
StringRemarks
The unit value for the total discounts
See Also