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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic 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()getLink()getType()This mandate corresponds with a specific payment method type.inthashCode()voidvoidsetAuBecsDebit(Mandate.PaymentMethodDetails.AuBecsDebit auBecsDebit) voidvoidvoidvoidvoidvoidvoidThis mandate corresponds with a specific payment method type.voidsetUsBankAccount(Mandate.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
-
getAuBecsDebit
-
getBacsDebit
-
getCard
-
getCashapp
-
getLink
-
getPaypal
-
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
-
setAuBecsDebit
-
setBacsDebit
-
setCard
-
setCashapp
-
setLink
-
setPaypal
-
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()
-