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 classFor more details about AcssDebit, please refer to the API Reference.static classFor more details about AmazonPay, please refer to the API Reference.static classFor more details about AuBecsDebit, please refer to the API Reference.static classFor more details about BacsDebit, please refer to the API Reference.static classFor more details about Bancontact, please refer to the API Reference.static classFor more details about Boleto, please refer to the API Reference.static classFor more details about Card, please refer to the API Reference.static classFor more details about CardPresent, please refer to the API Reference.static classFor more details about Cashapp, please refer to the API Reference.static classFor more details about IdBankTransfer, please refer to the API Reference.static classFor more details about Ideal, please refer to the API Reference.static classFor more details about KakaoPay, please refer to the API Reference.static classFor more details about Klarna, please refer to the API Reference.static classFor more details about KrCard, please refer to the API Reference.static classFor more details about Link, please refer to the API Reference.static classFor more details about NaverPay, please refer to the API Reference.static classFor more details about NzBankAccount, please refer to the API Reference.static classFor more details about Paypal, please refer to the API Reference.static classFor more details about Payto, please refer to the API Reference.static classFor more details about Pix, please refer to the API Reference.static classFor more details about RevolutPay, please refer to the API Reference.static classFor more details about SepaDebit, please refer to the API Reference.static classFor more details about Sofort, please refer to the API Reference.static classFor more details about StripeBalance, please refer to the API Reference.static classFor 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 booleanbooleangetCard()getIdeal()getLink()getPayto()getPix()getType()The type of the payment method used in the SetupIntent (e.g.,card).inthashCode()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetIdBankTransfer(SetupAttempt.PaymentMethodDetails.IdBankTransfer idBankTransfer) voidvoidvoidvoidvoidvoidvoidsetNzBankAccount(SetupAttempt.PaymentMethodDetails.NzBankAccount nzBankAccount) voidvoidvoidvoidvoidvoidvoidsetStripeBalance(SetupAttempt.PaymentMethodDetails.StripeBalance stripeBalance) voidThe type of the payment method used in the SetupIntent (e.g.,card).voidsetUsBankAccount(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
-
getIdBankTransfer
-
getIdeal
-
getKakaoPay
-
getKlarna
-
getKrCard
-
getLink
-
getNzBankAccount
-
getPaypal
-
getPayto
-
getPix
-
getRevolutPay
-
getSepaDebit
-
getSofort
-
getStripeBalance
-
getType
The type of the payment method used in the SetupIntent (e.g.,card). An additional hash is included onpayment_method_detailswith a name matching this value. It contains confirmation-specific information for the payment method. -
getUsBankAccount
-
setAcssDebit
-
setAmazonPay
-
setAuBecsDebit
-
setBacsDebit
-
setBancontact
-
setBoleto
-
setCard
-
setCardPresent
-
setCashapp
-
setIdBankTransfer
-
setIdeal
-
setKakaoPay
-
setKlarna
-
setKrCard
-
setLink
-
setNzBankAccount
-
setPaypal
-
setPayto
-
setPix
-
setRevolutPay
-
setSepaDebit
-
setSofort
-
setStripeBalance
-
setType
The type of the payment method used in the SetupIntent (e.g.,card). An additional hash is included onpayment_method_detailswith a name matching this value. It contains confirmation-specific information for the payment method. -
setUsBankAccount
-
equals
-
canEqual
-
hashCode
public int hashCode()
-