Package com.stripe.model
Class Mandate.PaymentMethodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.PaymentMethodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Mandate
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 Card, please refer to the API Reference.static classFor more details about Cashapp, 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 RevolutPay, please refer to the API Reference.static classFor more details about SepaDebit, 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()getLink()getType()This mandate corresponds with a specific payment method type.inthashCode()voidvoidvoidsetAuBecsDebit(Mandate.PaymentMethodDetails.AuBecsDebit auBecsDebit) voidvoidvoidvoidvoidvoidvoidvoidvoidsetNzBankAccount(Mandate.PaymentMethodDetails.NzBankAccount nzBankAccount) voidvoidsetRevolutPay(Mandate.PaymentMethodDetails.RevolutPay revolutPay) voidvoidThis mandate corresponds with a specific payment method type.voidsetUsBankAccount(Mandate.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
-
getCard
-
getCashapp
-
getKakaoPay
-
getKlarna
-
getKrCard
-
getLink
-
getNzBankAccount
-
getPaypal
-
getRevolutPay
-
getSepaDebit
-
getType
This mandate corresponds with a specific payment method type. Thepayment_method_detailsincludes an additional hash with the same name and contains mandate information that's specific to that payment method. -
getUsBankAccount
-
setAcssDebit
-
setAmazonPay
-
setAuBecsDebit
-
setBacsDebit
-
setCard
-
setCashapp
-
setKakaoPay
-
setKlarna
-
setKrCard
-
setLink
-
setNzBankAccount
-
setPaypal
-
setRevolutPay
-
setSepaDebit
-
setType
This mandate corresponds with a specific payment method type. Thepayment_method_detailsincludes an additional hash with the same name and contains mandate information that's specific to that payment method. -
setUsBankAccount
-
equals
-
canEqual
-
hashCode
public int hashCode()
-