open class ActivationCredentials : SellerCredentials
Credentials for ROLE_ACTIVATION. Adds fields productionNumber
and activationSecurityToken
. Used for synchronize. Created by fasth on 27.08.2014.
ActivationCredentials(country: String!, corporateId: String!, apiKey: String!) |
var corporateId: String! |
|
var country: String! |
open fun getApiKey(): String! |
|
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. |