apidocs / com.srv4pos.server.api.activation / CashRegisterNameExistsResultInfo

CashRegisterNameExistsResultInfo

class CashRegisterNameExistsResultInfo : Info

Fake bean to return information from ActivationService.cashRegisterNameExists as single parameter called .exists.

User: Kirill, Date: 05.08.13 17:59

Constructors

<init>

CashRegisterNameExistsResultInfo()

Fake bean to return information from ActivationService.cashRegisterNameExists as single parameter called .exists.

Properties

isExists

var isExists: Boolean

True if cash register with given name is already registered for particular seller.

Extension Functions

toJson

fun Info.toJson(): String