public final class PaymentIntentSourceAction extends StripeObject
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
type |
protected PaymentIntentSourceActionValue |
value |
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) |
java.lang.String |
getType() |
PaymentIntentSourceActionValue |
getValue() |
int |
hashCode() |
void |
setType(java.lang.String type) |
void |
setValue(PaymentIntentSourceActionValue value) |
equals, getLastResponse, setLastResponse, toJson, toStringprotected java.lang.String type
protected PaymentIntentSourceActionValue value
public 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