Package com.checkout.sessions
Class SessionResponse
- java.lang.Object
-
- com.checkout.sessions.SessionResponse
-
public final class SessionResponse extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateSessionAcceptedResponsegetAccepted()CreateSessionOkResponsegetCreated()
-
-
-
Method Detail
-
getAccepted
public CreateSessionAcceptedResponse getAccepted()
-
getCreated
public CreateSessionOkResponse getCreated()
-
-