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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCount()
Forfixed_count
installment plans, this is the number of installment payments your customer will make to their credit card.Forfixed_count
installment plans, this is the interval between installment payments your customer will make to their credit card.getType()
Type of installment plan, one offixed_count
.int
hashCode()
void
Forfixed_count
installment plans, this is the number of installment payments your customer will make to their credit card.void
setInterval
(String interval) Forfixed_count
installment plans, this is the interval between installment payments your customer will make to their credit card.void
Type of installment plan, one offixed_count
.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AvailablePlan
public AvailablePlan()
-
-
Method Details
-
getCount
Forfixed_count
installment plans, this is the number of installment payments your customer will make to their credit card. -
getInterval
Forfixed_count
installment 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
. -
setCount
Forfixed_count
installment plans, this is the number of installment payments your customer will make to their credit card. -
setInterval
Forfixed_count
installment 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
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-