C# 클래스 com.clover.remotepay.transport.DiscoveryResponseMessage

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

공개 프로퍼티들

프로퍼티 타입 설명
merchantId String
merchantMId String
merchantName String
model String
name String
ready bool
serial String
supportsManualRefund bool
supportsMultiPayToken bool
supportsTipAdjust bool

공개 메소드들

메소드 설명
DiscoveryResponseMessage ( String merchantId, String merchantName, String merchantMId, String name, String serial, String model, System.Boolean ready, System.Boolean supportsTipAdjust, System.Boolean supportsManualRefund, System.Boolean supportsMultiPayToken ) : System

메소드 상세

DiscoveryResponseMessage() 공개 메소드

public DiscoveryResponseMessage ( String merchantId, String merchantName, String merchantMId, String name, String serial, String model, System.Boolean ready, System.Boolean supportsTipAdjust, System.Boolean supportsManualRefund, System.Boolean supportsMultiPayToken ) : System
merchantId String
merchantName String
merchantMId String
name String
serial String
model String
ready System.Boolean
supportsTipAdjust System.Boolean
supportsManualRefund System.Boolean
supportsMultiPayToken System.Boolean
리턴 System

프로퍼티 상세

merchantId 공개적으로 프로퍼티

public String merchantId
리턴 String

merchantMId 공개적으로 프로퍼티

public String merchantMId
리턴 String

merchantName 공개적으로 프로퍼티

public String merchantName
리턴 String

model 공개적으로 프로퍼티

public String model
리턴 String

name 공개적으로 프로퍼티

public String name
리턴 String

ready 공개적으로 프로퍼티

public bool ready
리턴 bool

serial 공개적으로 프로퍼티

public String serial
리턴 String

supportsManualRefund 공개적으로 프로퍼티

public bool supportsManualRefund
리턴 bool

supportsMultiPayToken 공개적으로 프로퍼티

public bool supportsMultiPayToken
리턴 bool

supportsTipAdjust 공개적으로 프로퍼티

public bool supportsTipAdjust
리턴 bool