Package com.stripe.model
Class SetupIntent.PaymentMethodOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.PaymentMethodOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupIntent
For more details about PaymentMethodOptions, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about AcssDebit, please refer to the API Reference.static class
For more details about AmazonPay, please refer to the API Reference.static class
For more details about BacsDebit, please refer to the API Reference.static class
For more details about Card, please refer to the API Reference.static class
For more details about CardPresent, please refer to the API Reference.static class
For more details about Link, please refer to the API Reference.static class
For more details about Paypal, please refer to the API Reference.static class
For more details about SepaDebit, please refer to the API Reference.static class
For more details about UsBankAccount, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCard()
getLink()
int
hashCode()
void
void
void
void
void
void
void
void
void
setUsBankAccount
(SetupIntent.PaymentMethodOptions.UsBankAccount usBankAccount) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodOptions
public PaymentMethodOptions()
-
-
Method Details
-
getAcssDebit
-
getAmazonPay
-
getBacsDebit
-
getCard
-
getCardPresent
-
getLink
-
getPaypal
-
getSepaDebit
-
getUsBankAccount
-
setAcssDebit
-
setAmazonPay
-
setBacsDebit
-
setCard
-
setCardPresent
-
setLink
-
setPaypal
-
setSepaDebit
-
setUsBankAccount
-
equals
-
canEqual
-
hashCode
public int hashCode()
-