EBTWItemUnitPrice Property |
Unit price for item specified in xUPC
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public decimal UnitPrice { get; set; }
Public Property UnitPrice As Decimal
Get
Set
public:
property Decimal UnitPrice {
Decimal get ();
void set (Decimal value);
}
member UnitPrice : decimal with get, set
Property Value
Type:
DecimalSee Also