public static class SetupIntent.PaymentMethodOptions extends StripeObject
| Modifier and Type | Class and Description |
|---|---|
static class |
SetupIntent.PaymentMethodOptions.Card |
PRETTY_PRINT_GSON| Constructor and Description |
|---|
PaymentMethodOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
SetupIntent.PaymentMethodOptions.Card |
getCard() |
int |
hashCode() |
void |
setCard(SetupIntent.PaymentMethodOptions.Card card) |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic SetupIntent.PaymentMethodOptions.Card getCard()
public void setCard(SetupIntent.PaymentMethodOptions.Card card)
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