open class TreasurerCredentials : SellerCredentials
Credentials for ROLE_REGULAR_USER. Created by fasth on 27.08.2014.
TreasurerCredentials(username: String!, country: String!, corporateId: String!, password: String!) TreasurerCredentials(username: String!, country: String!, corporateId: String!, cashRegisterName: String!, password: String!) |
var corporateId: String! |
|
var country: String! |
open fun getCashRegisterName(): String! |
|
open fun getPassword(): String! |
|
open fun getUsername(): String! |
|
open fun setCashRegisterName(cashRegisterName: String!): Unit |
|
open fun setPassword(password: String!): Unit |
|
open fun setUsername(username: String!): Unit |
|
open fun toAuthentication(): String!
Returns authentication |
open fun getCorporateId(): String! |
|
open fun getCountry(): String! |
|
open fun getSellerId(): String!
Returns sellerId. SellerId is concatenate of seller's country and seller's corporate ID. |