Package com.stripe.model
Class Order.Payment.Settings.PaymentMethodOptions.AcssDebit.MandateOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Order.Payment.Settings.PaymentMethodOptions.AcssDebit.MandateOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Order.Payment.Settings.PaymentMethodOptions.AcssDebit
public static class Order.Payment.Settings.PaymentMethodOptions.AcssDebit.MandateOptions
extends StripeObject
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setCustomMandateUrl
(String customMandateUrl) void
setIntervalDescription
(String intervalDescription) void
setPaymentSchedule
(String paymentSchedule) void
setTransactionType
(String transactionType) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MandateOptions
public MandateOptions()
-
-
Method Details