C# 클래스 CloverExamplePOS.POSItem

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

공개 메소드들

메소드 설명
POSItem ( string id, string name, long price, bool taxable = true, bool tippable = true ) : System

메소드 상세

POSItem() 공개 메소드

public POSItem ( string id, string name, long price, bool taxable = true, bool tippable = true ) : System
id string
name string
price long
taxable bool
tippable bool
리턴 System