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

Inheritance: Message
Show file 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 property

public String merchantId
return String

merchantMId public property

public String merchantMId
return String

merchantName public property

public String merchantName
return String

model public property

public String model
return String

name public property

public String name
return String

ready public property

public bool ready
return bool

serial public property

public String serial
return String

supportsManualRefund public property

public bool supportsManualRefund
return bool

supportsMultiPayToken public property

public bool supportsMultiPayToken
return bool

supportsTipAdjust public property

public bool supportsTipAdjust
return bool