apidocs / com.srv4pos.server.api.infrastructure.credentials / ActivationCredentials

ActivationCredentials

open class ActivationCredentials : SellerCredentials

Credentials for ROLE_ACTIVATION. Adds fields productionNumber and activationSecurityToken. Used for synchronize. Created by fasth on 27.08.2014.

Constructors

<init>

ActivationCredentials(country: String!, corporateId: String!, apiKey: String!)

Inherited Properties

corporateId

var corporateId: String!

country

var country: String!

Functions

getApiKey

open fun getApiKey(): String!

toAuthentication

open fun toAuthentication(): String!

Returns authentication String.

Inherited Functions

getCorporateId

open fun getCorporateId(): String!

getCountry

open fun getCountry(): String!

getSellerId

open fun getSellerId(): String!

Returns sellerId. SellerId is concatenate of seller's country and seller's corporate ID.