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

Inheritance: Message
Afficher le fichier Open project: clover/remote-pay-windows Class Usage Examples

Méthodes publiques

Свойство Type Description
merchantId String
merchantMId String
merchantName String
model String
name String
ready bool
serial String
supportsManualRefund bool
supportsMultiPayToken bool
supportsTipAdjust bool

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Property Details

merchantId public_oe property

public String merchantId
Résultat String

merchantMId public_oe property

public String merchantMId
Résultat String

merchantName public_oe property

public String merchantName
Résultat String

model public_oe property

public String model
Résultat String

name public_oe property

public String name
Résultat String

ready public_oe property

public bool ready
Résultat bool

serial public_oe property

public String serial
Résultat String

supportsManualRefund public_oe property

public bool supportsManualRefund
Résultat bool

supportsMultiPayToken public_oe property

public bool supportsMultiPayToken
Résultat bool

supportsTipAdjust public_oe property

public bool supportsTipAdjust
Résultat bool