public final class PaymentIntentSourceActionValueAuthorizeWithUrl extends PaymentIntentSourceActionValue
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
url |
PRETTY_PRINT_GSON| Constructor and Description |
|---|
PaymentIntentSourceActionValueAuthorizeWithUrl() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getUrl() |
int |
hashCode() |
void |
setUrl(java.lang.String url) |
equals, getLastResponse, setLastResponse, toJson, toStringpublic PaymentIntentSourceActionValueAuthorizeWithUrl()
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
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