public static class PaymentIntent.TransferData extends StripeObject
PRETTY_PRINT_GSON| Constructor | Description |
|---|---|
TransferData() |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
canEqual(java.lang.Object other) |
|
boolean |
equals(java.lang.Object o) |
|
java.lang.Long |
getAmount() |
|
int |
hashCode() |
|
void |
setAmount(java.lang.Long amount) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, getLastResponse, setLastResponse, toJson, toStringpublic java.lang.Long getAmount()
public void setAmount(java.lang.Long amount)
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