public class PayPalAddress extends JsonObject
data, keepRawData| Constructor and Description |
|---|
PayPalAddress() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildFromJson(com.fasterxml.jackson.databind.JsonNode json)
Build an object from a JsonNode.
|
String |
getCountry() |
String |
getLocality() |
String |
getPostalCode() |
String |
getStreetAddress() |
buildFromisRootObject, toStringprotected void buildFromJson(com.fasterxml.jackson.databind.JsonNode json)
JsonObjectbuildFromJson in class JsonObjectjson - jsonpublic String getStreetAddress()
public String getLocality()
public String getPostalCode()
public String getCountry()
Copyright © 2015. All Rights Reserved.