Package com.stripe.model.checkout
Class Session.PaymentMethodOptions.AcssDebit.MandateOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.PaymentMethodOptions.AcssDebit.MandateOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.PaymentMethodOptions.AcssDebit
For more details about MandateOptions, 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 booleanbooleaninthashCode()voidsetCustomMandateUrl(String customMandateUrl) voidsetDefaultFor(List<String> defaultFor) voidsetIntervalDescription(String intervalDescription) voidsetPaymentSchedule(String paymentSchedule) voidsetTransactionType(String transactionType) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-