public final class PaymentIntentSourceActionValueAuthorizeWithUrl extends PaymentIntentSourceActionValue
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
url |
PRETTY_PRINT_GSON
Constructor | Description |
---|---|
PaymentIntentSourceActionValueAuthorizeWithUrl() |
Modifier and Type | Method | 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) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getLastResponse, setLastResponse, toJson, toString
public 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.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object