Package com.stripe.model
Class PaymentIntent.PaymentMethodOptions.AcssDebit.MandateOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.AcssDebit.MandateOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentMethodOptions.AcssDebit
public static class PaymentIntent.PaymentMethodOptions.AcssDebit.MandateOptions
extends StripeObject
-
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
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