Package com.chrt.api.types
Class CreateCheckoutSessionRes.Builder
- java.lang.Object
-
- com.chrt.api.types.CreateCheckoutSessionRes.Builder
-
- All Implemented Interfaces:
CreateCheckoutSessionRes._FinalStage,CreateCheckoutSessionRes.UrlStage
- Enclosing class:
- CreateCheckoutSessionRes
public static final class CreateCheckoutSessionRes.Builder extends java.lang.Object implements CreateCheckoutSessionRes.UrlStage, CreateCheckoutSessionRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateCheckoutSessionResbuild()CreateCheckoutSessionRes.Builderfrom(CreateCheckoutSessionRes other)CreateCheckoutSessionRes._FinalStageurl(java.lang.String url)
-
-
-
Method Detail
-
from
public CreateCheckoutSessionRes.Builder from(CreateCheckoutSessionRes other)
- Specified by:
fromin interfaceCreateCheckoutSessionRes.UrlStage
-
url
public CreateCheckoutSessionRes._FinalStage url(@NotNull java.lang.String url)
- Specified by:
urlin interfaceCreateCheckoutSessionRes.UrlStage
-
build
public CreateCheckoutSessionRes build()
- Specified by:
buildin interfaceCreateCheckoutSessionRes._FinalStage
-
-