Package com.stripe.model
Class SetupIntent.PaymentMethodOptions.AcssDebit.MandateOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.PaymentMethodOptions.AcssDebit.MandateOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupIntent.PaymentMethodOptions.AcssDebit
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setCustomMandateUrl
(String customMandateUrl) void
setDefaultFor
(List<String> defaultFor) void
setIntervalDescription
(String intervalDescription) void
setPaymentSchedule
(String paymentSchedule) void
setTransactionType
(String transactionType) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MandateOptions
public MandateOptions()
-
-
Method Details
-
getCustomMandateUrl
-
getDefaultFor
-
getIntervalDescription
-
getPaymentSchedule
-
getTransactionType
-
setCustomMandateUrl
-
setDefaultFor
-
setIntervalDescription
-
setPaymentSchedule
-
setTransactionType
-
equals
-
canEqual
-
hashCode
public int hashCode()
-