public final class Address extends StripeObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected String |
country |
protected String |
line1 |
protected String |
line2 |
protected String |
postalCode |
protected String |
state |
PRETTY_PRINT_GSON| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCity() |
String |
getCountry() |
String |
getLine1() |
String |
getLine2() |
String |
getPostalCode() |
String |
getState() |
int |
hashCode() |
Address |
setCity(String city) |
Address |
setCountry(String country) |
Address |
setLine1(String line1) |
Address |
setLine2(String line2) |
Address |
setPostalCode(String postalCode) |
Address |
setState(String state) |
equals, toStringprotected String city
protected String country
protected String line1
protected String line2
protected String postalCode
protected String state
Copyright © 2016 Stripe. All rights reserved.