Package com.stripe.model
Class PaymentIntent.PaymentMethodOptions.Card.MandateOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.Card.MandateOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentMethodOptions.Card
Type of installment plan, one of
fixed_count
.-
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
void
setAmountType
(String amountType) void
setDescription
(String description) void
setEndDate
(Long endDate) void
setInterval
(String interval) void
setIntervalCount
(Long intervalCount) void
setReference
(String reference) void
setStartDate
(Long startDate) void
setSupportedTypes
(List<String> supportedTypes) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MandateOptions
public MandateOptions()
-
-
Method Details
-
getAmount
-
getAmountType
-
getDescription
-
getEndDate
-
getInterval
-
getIntervalCount
-
getReference
-
getStartDate
-
getSupportedTypes
-
setAmount
-
setAmountType
-
setDescription
-
setEndDate
-
setInterval
-
setIntervalCount
-
setReference
-
setStartDate
-
setSupportedTypes
-
equals
-
canEqual
-
hashCode
public int hashCode()
-