public final class Card.Billing extends StripeObject
PRETTY_PRINT_GSON| Constructor | Description |
|---|---|
Billing() |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
canEqual(java.lang.Object other) |
|
boolean |
equals(java.lang.Object o) |
|
Address |
getAddress() |
|
int |
hashCode() |
|
void |
setAddress(Address address) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, getLastResponse, setLastResponse, toJson, toStringpublic Address getAddress()
public void setAddress(Address address)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object