public final class PaymentIntentSourceAction extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
PaymentIntentSourceAction() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
PaymentIntentSourceActionValueAuthorizeWithUrl |
getAuthorizeWithUrl() |
java.lang.String |
getType() |
PaymentIntentSourceActionValue |
getValue() |
int |
hashCode() |
void |
setAuthorizeWithUrl(PaymentIntentSourceActionValueAuthorizeWithUrl authorizeWithUrl) |
void |
setType(java.lang.String type) |
void |
setValue(PaymentIntentSourceActionValue value) |
equals, getLastResponse, setLastResponse, toJson, toStringpublic PaymentIntentSourceActionValueAuthorizeWithUrl getAuthorizeWithUrl()
public java.lang.String getType()
public PaymentIntentSourceActionValue getValue()
public void setAuthorizeWithUrl(PaymentIntentSourceActionValueAuthorizeWithUrl authorizeWithUrl)
public void setType(java.lang.String type)
public void setValue(PaymentIntentSourceActionValue value)
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