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
The type of the microdeposit sent to the customer. Used to distinguish between different
verification methods.
One of amounts, or descriptor_code.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetBlik()getCard()getLink()inthashCode()voidvoidvoidvoidvoidvoidsetUsBankAccount(SetupIntent.PaymentMethodOptions.UsBankAccount usBankAccount) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodOptions
public PaymentMethodOptions()
-
-
Method Details