public final class ShippingDetails extends StripeObject
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected String |
name |
protected String |
phone |
PRETTY_PRINT_GSON| Constructor and Description |
|---|
ShippingDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Address |
getAddress() |
String |
getName() |
String |
getPhone() |
int |
hashCode() |
void |
setAddress(Address address) |
void |
setName(String name) |
void |
setPhone(String phone) |
equals, toStringprotected Address address
protected String name
protected String phone
Copyright © 2016 Stripe. All rights reserved.