Package com.stripe.model
Class SetupAttempt.PaymentMethodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupAttempt.PaymentMethodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupAttempt
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
The type of the card wallet, one ofapple_pay
,google_pay
, orlink
.static class
The method used to process this payment method offline.static class
static class
static 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCard()
getIdeal()
getLink()
getType()
The type of the payment method used in the SetupIntent (e.g.,card
).int
hashCode()
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
The type of the payment method used in the SetupIntent (e.g.,card
).void
setUsBankAccount
(SetupAttempt.PaymentMethodDetails.UsBankAccount usBankAccount) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodDetails
public PaymentMethodDetails()
-
-
Method Details
-
getAcssDebit
-
getAmazonPay
-
getAuBecsDebit
-
getBacsDebit
-
getBancontact
-
getBoleto
-
getCard
-
getCardPresent
-
getCashapp
-
getIdeal
-
getKlarna
-
getLink
-
getPaypal
-
getRevolutPay
-
getSepaDebit
-
getSofort
-
getType
The type of the payment method used in the SetupIntent (e.g.,card
). An additional hash is included onpayment_method_details
with a name matching this value. It contains confirmation-specific information for the payment method. -
getUsBankAccount
-
setAcssDebit
-
setAmazonPay
-
setAuBecsDebit
-
setBacsDebit
-
setBancontact
-
setBoleto
-
setCard
-
setCardPresent
-
setCashapp
-
setIdeal
-
setKlarna
-
setLink
-
setPaypal
-
setRevolutPay
-
setSepaDebit
-
setSofort
-
setType
The type of the payment method used in the SetupIntent (e.g.,card
). An additional hash is included onpayment_method_details
with a name matching this value. It contains confirmation-specific information for the payment method. -
setUsBankAccount
-
equals
-
canEqual
-
hashCode
public int hashCode()
-