Package com.stripe.model
Class SetupIntent.PaymentMethodOptions.Card.MandateOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.PaymentMethodOptions.Card.MandateOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupIntent.PaymentMethodOptions.Card
-
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
setCurrency
(String currency) 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
-
getCurrency
-
getDescription
-
getEndDate
-
getInterval
-
getIntervalCount
-
getReference
-
getStartDate
-
getSupportedTypes
-
setAmount
-
setAmountType
-
setCurrency
-
setDescription
-
setEndDate
-
setInterval
-
setIntervalCount
-
setReference
-
setStartDate
-
setSupportedTypes
-
equals
-
canEqual
-
hashCode
public int hashCode()
-