Package com.stripe.model
Class PaymentIntent.PaymentMethodOptions.Card.Installments
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.Card.Installments
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentMethodOptions.Card
For more details about Installments, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about AvailablePlan, please refer to the API Reference.static class
For more details about Plan, 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
Installment plans that may be selected for this PaymentIntent.Whether Installments are enabled for this PaymentIntent.getPlan()
Installment plan selected for this PaymentIntent.int
hashCode()
void
setAvailablePlans
(List<PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlan> availablePlans) Installment plans that may be selected for this PaymentIntent.void
setEnabled
(Boolean enabled) Whether Installments are enabled for this PaymentIntent.void
Installment plan selected for this PaymentIntent.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Installments
public Installments()
-
-
Method Details
-
getAvailablePlans
Installment plans that may be selected for this PaymentIntent. -
getEnabled
Whether Installments are enabled for this PaymentIntent. -
getPlan
Installment plan selected for this PaymentIntent. -
setAvailablePlans
public void setAvailablePlans(List<PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlan> availablePlans) Installment plans that may be selected for this PaymentIntent. -
setEnabled
Whether Installments are enabled for this PaymentIntent. -
setPlan
Installment plan selected for this PaymentIntent. -
equals
-
canEqual
-
hashCode
public int hashCode()
-