Package com.stripe.param
Class PaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan
- java.lang.Object
-
- com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan
-
- Enclosing class:
- PaymentIntentCreateParams.PaymentMethodOptions.Card.Installments
public static class PaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan.Builderstatic classPaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan.Intervalstatic classPaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan.Builderbuilder()java.lang.LonggetCount()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()PaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan.IntervalgetInterval()PaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan.TypegetType()
-
-
-
Method Detail
-
builder
public static PaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan.Builder builder()
-
getCount
public java.lang.Long getCount()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
-
getInterval
public PaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan.Interval getInterval()
-
getType
public PaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan.Type getType()
-
-