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
For more details about PaymentMethodDetails, 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 AuBecsDebit, 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 Bancontact, please refer to the API Reference.static class
For more details about Boleto, 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 Cashapp, please refer to the API Reference.static class
For more details about Ideal, please refer to the API Reference.static class
For more details about KakaoPay, please refer to the API Reference.static class
For more details about Klarna, please refer to the API Reference.static class
For more details about KrCard, 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 NaverPay, please refer to the API Reference.static class
For more details about NzBankAccount, 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 RevolutPay, 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 Sofort, 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()
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
setNzBankAccount
(SetupAttempt.PaymentMethodDetails.NzBankAccount nzBankAccount) 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, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodDetails
public PaymentMethodDetails()
-
-
Method Details
-
getAcssDebit
-
getAmazonPay
-
getAuBecsDebit
-
getBacsDebit
-
getBancontact
-
getBoleto
-
getCard
-
getCardPresent
-
getCashapp
-
getIdeal
-
getKakaoPay
-
getKlarna
-
getKrCard
-
getLink
-
getNzBankAccount
-
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
-
setKakaoPay
-
setKlarna
-
setKrCard
-
setLink
-
setNzBankAccount
-
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()
-