Class Payment
java.lang.Object
in.juspay.model.JuspayEntity
in.juspay.model.Payment
-
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 Paymentstatic Paymentcreate(Map<String, Object> params, RequestOptions requestOptions) getTxnId()getUrl()voidvoidsetOrderId(String orderId) voidvoidsetSdkParams(Map<String, String> sdkParams) voidvoidvoidMethods inherited from class in.juspay.model.JuspayEntity
addInputParamsToResponse, createEntityFromResponse, decryptResponse, encryptRequest, getEncryptionMethodBasedOnConfig, makeServiceCall, makeServiceCall, makeServiceCallWithAuthDecider
-
Constructor Details
-
Payment
public Payment()
-
-
Method Details
-
create
public static Payment create(Map<String, Object> params) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException -
create
public static Payment create(Map<String, Object> params, RequestOptions requestOptions) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException -
getOrderId
-
setOrderId
-
getTxnId
-
setTxnId
-
getStatus
-
setStatus
-
getMethod
-
setMethod
-
getUrl
-
setUrl
-
getParams
-
setParams
-
getSdkParams
-
setSdkParams
-