Class OrderSession
java.lang.Object
in.juspay.model.JuspayEntity
in.juspay.model.OrderSession
-
Nested Class Summary
Nested classes/interfaces inherited from class in.juspay.model.JuspayEntity
JuspayEntity.AuthMethod, JuspayEntity.RequestMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OrderSessionstatic OrderSessioncreate(Map<String, Object> params, RequestOptions requestOptions) getId()voidvoidvoidsetOrderId(String orderId) voidsetPaymentLinks(SessionApiPaymentLinks paymentLinks) voidsetSdkPayload(Map<String, Object> sdkPayload) voidMethods inherited from class in.juspay.model.JuspayEntity
addInputParamsToResponse, createEntityFromResponse, decryptResponse, encryptRequest, getEncryptionMethodBasedOnConfig, makeServiceCall, makeServiceCall, makeServiceCallWithAuthDecider
-
Constructor Details
-
OrderSession
public OrderSession()
-
-
Method Details
-
create
public static OrderSession create(Map<String, Object> params) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException -
create
public static OrderSession create(Map<String, Object> params, RequestOptions requestOptions) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException -
getPaymentLinks
-
setPaymentLinks
-
getOrderId
-
setOrderId
-
getStatus
-
setStatus
-
getSdkPayload
-
setSdkPayload
-
getId
-
setId
-
getExpiry
-
setExpiry
-