public class SellerCredentials extends Object implements Credentials
SellerCredentials introduces override of getSellerId.
Created by fasth on 27.08.2014.| Modifier and Type | Field and Description |
|---|---|
protected String |
corporateId |
protected String |
country |
| Constructor and Description |
|---|
SellerCredentials(String country,
String corporateId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorporateId() |
String |
getCountry() |
String |
getSellerId()
Returns sellerId.
|
String |
toAuthentication()
Doesn't have any authentication info.
|
public String toAuthentication()
toAuthentication in interface Credentialspublic String getSellerId()
getSellerId in interface CredentialsString of format {sellerCountry}{sellerCorporateID}.public String getCountry()
public String getCorporateId()
Copyright © 2022. All rights reserved.