public int? Quantity { get; set; }
Public Property Quantity As Integer? Get Set
public: property Nullable<int> Quantity { Nullable<int> get (); void set (Nullable<int> value); }
member Quantity : Nullable<int> with get, set
Copyright (C) 2026 SanteSuite Inc. and the SanteSuite Contributors (see NOTICE.md)