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, toJson, toString
protected String city
protected String country
protected String line1
protected String line2
protected String postalCode
protected String state
Copyright © 2017 Stripe. All rights reserved.