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
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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
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, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodDetails
public PaymentMethodDetails()
-
-
Method Details
-
getAcssDebit
-
getAmazonPay
-
getAuBecsDebit
-
getBacsDebit
-
getCard
-
getCashapp
-
getLink
-
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
-
setLink
-
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()
-