public decimal AmountPaid { get; set; }
Public Property AmountPaid As Decimal Get Set
public: property Decimal^ AmountPaid { Decimal^ get (); void set (Decimal^ value); }