C# Class com.clover.remotepay.transport.DiscoveryResponseMessage

Inheritance: Message
显示文件 Open project: clover/remote-pay-windows Class Usage Examples

Public Properties

Property Type Description
merchantId String
merchantMId String
merchantName String
model String
name String
ready bool
serial String
supportsManualRefund bool
supportsMultiPayToken bool
supportsTipAdjust bool

Public Methods

Method Description
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

Method Details

DiscoveryResponseMessage() public method

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
return System

Property Details

merchantId public_oe property

public String merchantId
return String

merchantMId public_oe property

public String merchantMId
return String

merchantName public_oe property

public String merchantName
return String

model public_oe property

public String model
return String

name public_oe property

public String name
return String

ready public_oe property

public bool ready
return bool

serial public_oe property

public String serial
return String

supportsManualRefund public_oe property

public bool supportsManualRefund
return bool

supportsMultiPayToken public_oe property

public bool supportsMultiPayToken
return bool

supportsTipAdjust public_oe property

public bool supportsTipAdjust
return bool