C# 클래스 CloverExamplePOS.POSDiscount

파일 보기 프로젝트 열기: clover/remote-pay-windows 1 사용 예제들

공개 메소드들

메소드 설명
POSDiscount ( ) : System
POSDiscount ( string name, float percentOff ) : System
POSDiscount ( string name, long amountOff ) : System
Value ( long sub ) : long

비공개 메소드들

메소드 설명
AppliedTo ( long sub ) : long

메소드 상세

POSDiscount() 공개 메소드

public POSDiscount ( ) : System
리턴 System

POSDiscount() 공개 메소드

public POSDiscount ( string name, float percentOff ) : System
name string
percentOff float
리턴 System

POSDiscount() 공개 메소드

public POSDiscount ( string name, long amountOff ) : System
name string
amountOff long
리턴 System

Value() 공개 메소드

public Value ( long sub ) : long
sub long
리턴 long