public class Merchant extends Object
Modifier and Type | Field and Description |
---|---|
private String |
companyName |
private String |
countryCodeAlpha2 |
private String |
countryCodeAlpha3 |
private String |
countryCodeNumeric |
private String |
countryName |
private OAuthCredentials |
credentials |
private String |
email |
private String |
id |
Constructor and Description |
---|
Merchant(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
String |
getCompanyName() |
String |
getCountryCodeAlpha2() |
String |
getCountryCodeAlpha3() |
String |
getCountryCodeNumeric() |
String |
getCountryName() |
OAuthCredentials |
getCredentials() |
String |
getEmail() |
String |
getId() |
private String id
private String email
private String companyName
private String countryCodeAlpha3
private String countryCodeAlpha2
private String countryCodeNumeric
private String countryName
private OAuthCredentials credentials
public Merchant(NodeWrapper node)
public String getId()
public String getEmail()
public String getCompanyName()
public String getCountryCodeAlpha3()
public String getCountryCodeAlpha2()
public String getCountryCodeNumeric()
public String getCountryName()
public OAuthCredentials getCredentials()
Copyright © 2013-2016. All Rights Reserved.