public class TransactionTokenBillingData extends Object
| Constructor | Description |
|---|---|
TransactionTokenBillingData() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCity() |
|
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 |
getLine1() |
|
String |
getLine2() |
|
PhoneNumber |
getPhoneNumber() |
|
String |
getState() |
|
String |
getZip() |
public String getLine1()
public String getLine2()
public String getState()
public String getCity()
public String getCountry()
Country on later releasepublic Country getCountryEnum()
Countrypublic String getZip()
public PhoneNumber getPhoneNumber()
Copyright © 2018 The Apache Software Foundation. All rights reserved.