Package com.stripe.model
Class PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlan
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlan
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentMethodOptions.Card.Installments
public static class PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlan
extends StripeObject
For more details about AvailablePlan, 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 booleanbooleangetCount()Forfixed_countinstallment plans, this is the number of installment payments your customer will make to their credit card.Forfixed_countinstallment plans, this is the interval between installment payments your customer will make to their credit card.getType()Type of installment plan, one offixed_count,bonus, orrevolving.inthashCode()voidForfixed_countinstallment plans, this is the number of installment payments your customer will make to their credit card.voidsetInterval(String interval) Forfixed_countinstallment plans, this is the interval between installment payments your customer will make to their credit card.voidType of installment plan, one offixed_count,bonus, orrevolving.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AvailablePlan
public AvailablePlan()
-
-
Method Details
-
getCount
Forfixed_countinstallment plans, this is the number of installment payments your customer will make to their credit card. -
getInterval
Forfixed_countinstallment plans, this is the interval between installment payments your customer will make to their credit card. One ofmonth. -
getType
Type of installment plan, one offixed_count,bonus, orrevolving. -
setCount
Forfixed_countinstallment plans, this is the number of installment payments your customer will make to their credit card. -
setInterval
Forfixed_countinstallment plans, this is the interval between installment payments your customer will make to their credit card. One ofmonth. -
setType
Type of installment plan, one offixed_count,bonus, orrevolving. -
equals
-
canEqual
-
hashCode
public int hashCode()
-