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 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCard()
getLink()
getType()
The type of the payment method associated with this mandate.int
hashCode()
void
void
setAuBecsDebit
(Mandate.PaymentMethodDetails.AuBecsDebit auBecsDebit) void
void
void
void
void
void
void
The type of the payment method associated with this mandate.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
-
getAuBecsDebit
-
getBacsDebit
-
getCard
-
getCashapp
-
getLink
-
getPaypal
-
getSepaDebit
-
getType
The type of the payment method associated with this mandate. An additional hash is included onpayment_method_details
with a name matching this value. It contains mandate information specific to the payment method. -
getUsBankAccount
-
setAcssDebit
-
setAuBecsDebit
-
setBacsDebit
-
setCard
-
setCashapp
-
setLink
-
setPaypal
-
setSepaDebit
-
setType
The type of the payment method associated with this mandate. An additional hash is included onpayment_method_details
with a name matching this value. It contains mandate information specific to the payment method. -
setUsBankAccount
-
equals
-
canEqual
-
hashCode
public int hashCode()
-