public class MerchantCompanyContactInfo extends Object
| Constructor | Description |
|---|---|
MerchantCompanyContactInfo(String name,
String companyName,
VerificationPhoneNumber phoneNumber,
String adressLine1,
String adressLine2,
String state,
String city,
String country,
String zip) |
Deprecated.
|
MerchantCompanyContactInfo(String name,
String companyName,
VerificationPhoneNumber phoneNumber,
String adressLine1,
String adressLine2,
String state,
String city,
Country country,
String zip) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAdressLine1() |
|
String |
getAdressLine2() |
|
String |
getCity() |
|
String |
getCompanyName() |
|
String |
getCountry() |
The returned type will be changed to
Country on later release |
Country |
getCountryEnum() |
This method will be deleted when the returned type by "getCountry(String)" is changed to
Country |
String |
getName() |
|
VerificationPhoneNumber |
getPhoneNumber() |
|
String |
getState() |
|
String |
getZip() |
@Deprecated public MerchantCompanyContactInfo(String name, String companyName, VerificationPhoneNumber phoneNumber, String adressLine1, @Nullable String adressLine2, String state, String city, String country, String zip)
public String getName()
public String getCompanyName()
public VerificationPhoneNumber getPhoneNumber()
public String getAdressLine1()
public String getAdressLine2()
public String getState()
public String getCity()
public String getCountry()
Country on later releasepublic Country getCountryEnum()
Countrypublic String getZip()
Copyright © 2018 The Apache Software Foundation. All rights reserved.