CloverExamplePOS.POSOrderDiscount.POSOrderDiscount C# (CSharp) 메소드

POSOrderDiscount() 공개 메소드

public POSOrderDiscount ( float percentageOff, string name ) : System
percentageOff float
name string
리턴 System
        public POSOrderDiscount(float percentageOff, string name)
        {
            PercentageOff = percentageOff;
            Name = name;
        }

Same methods

POSOrderDiscount::POSOrderDiscount ( long fixedDiscountAmount, string name ) : System