Package com.stripe.model
Class Subscription.PaymentSettings.PaymentMethodOptions.Pix.MandateOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PaymentSettings.PaymentMethodOptions.Pix.MandateOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Subscription.PaymentSettings.PaymentMethodOptions.Pix
public static class Subscription.PaymentSettings.PaymentMethodOptions.Pix.MandateOptions
extends StripeObject
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 boolean
boolean
int
hashCode()
void
void
setAmountIncludesIof
(String amountIncludesIof) void
setEndDate
(String endDate) void
setPaymentSchedule
(String paymentSchedule) 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