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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classThe type of the card wallet, one ofapple_pay,google_pay, orlink.static classTime at which the payment was collected while offline.static classstatic classstatic 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 booleanbooleangetCard()getIdeal()getLink()getType()The type of the payment method used in the SetupIntent (e.g.,card).inthashCode()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidThe 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, 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_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
-
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_detailswith a name matching this value. It contains confirmation-specific information for the payment method. -
setUsBankAccount
-
equals
-
canEqual
-
hashCode
public int hashCode()
-