C# 클래스 CloverExamplePOS.POSOrderDiscount

상속: POSDiscount
파일 보기 프로젝트 열기: clover/remote-pay-windows

공개 메소드들

메소드 설명
POSOrderDiscount ( float percentageOff, string name ) : System
POSOrderDiscount ( long fixedDiscountAmount, string name ) : System
Value ( POSOrder order ) : long

메소드 상세

POSOrderDiscount() 공개 메소드

public POSOrderDiscount ( float percentageOff, string name ) : System
percentageOff float
name string
리턴 System

POSOrderDiscount() 공개 메소드

public POSOrderDiscount ( long fixedDiscountAmount, string name ) : System
fixedDiscountAmount long
name string
리턴 System

Value() 공개 메소드

public Value ( POSOrder order ) : long
order POSOrder
리턴 long