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