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 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 Card, 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 KakaoPay, 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 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()
getLink()
getType()
This mandate corresponds with a specific payment method type.int
hashCode()
void
void
void
setAuBecsDebit
(Mandate.PaymentMethodDetails.AuBecsDebit auBecsDebit) void
void
void
void
void
void
void
void
setNzBankAccount
(Mandate.PaymentMethodDetails.NzBankAccount nzBankAccount) void
void
setRevolutPay
(Mandate.PaymentMethodDetails.RevolutPay revolutPay) void
void
This mandate corresponds with a specific payment method type.void
setUsBankAccount
(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
-
getKrCard
-
getLink
-
getNzBankAccount
-
getPaypal
-
getRevolutPay
-
getSepaDebit
-
getType
This mandate corresponds with a specific payment method type. Thepayment_method_details
includes 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
-
setKrCard
-
setLink
-
setNzBankAccount
-
setPaypal
-
setRevolutPay
-
setSepaDebit
-
setType
This mandate corresponds with a specific payment method type. Thepayment_method_details
includes 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()
-