ChildItemQuantity Property |
Gets or sets the quantity.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public double Quantity { get; set; }
Public Property Quantity As Double
Get
Set
public:
property double Quantity {
double get ();
void set (double value);
}
member Quantity : float with get, set
Property Value
Type:
DoubleThe quantity.
See Also