Interface CreateCheckoutSessionReq.ProductIdStage
-
- All Known Implementing Classes:
CreateCheckoutSessionReq.Builder
- Enclosing class:
- CreateCheckoutSessionReq
public static interface CreateCheckoutSessionReq.ProductIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCheckoutSessionReq.Builderfrom(CreateCheckoutSessionReq other)CreateCheckoutSessionReq.PriceIdStageproductId(java.lang.String productId)
-
-
-
Method Detail
-
productId
CreateCheckoutSessionReq.PriceIdStage productId(@NotNull java.lang.String productId)
-
from
CreateCheckoutSessionReq.Builder from(CreateCheckoutSessionReq other)
-
-