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 class
static class
static class
static class
static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBlik()
getCard()
getLink()
int
hashCode()
void
void
void
void
void
void
setUsBankAccount
(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