public class Payment extends JuspayEntity
JuspayEntity.AuthMethod, JuspayEntity.RequestMethod| Constructor and Description |
|---|
Payment() |
| Modifier and Type | Method and Description |
|---|---|
static Payment |
create(Map<String,Object> params) |
static Payment |
create(Map<String,Object> params,
RequestOptions requestOptions) |
String |
getMethod() |
String |
getOrderId() |
Map<String,String> |
getParams() |
Map<String,String> |
getSdkParams() |
String |
getStatus() |
String |
getTxnId() |
String |
getUrl() |
void |
setMethod(String method) |
void |
setOrderId(String orderId) |
void |
setParams(Map<String,String> params) |
void |
setSdkParams(Map<String,String> sdkParams) |
void |
setStatus(String status) |
void |
setTxnId(String txnId) |
void |
setUrl(String url) |
addInputParamsToResponse, createEntityFromResponse, encryptRequest, getEncryptionMethodBasedOnConfig, makeServiceCall, makeServiceCall, makeServiceCallWithAuthDeciderpublic static Payment create(Map<String,Object> params) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
public static Payment create(Map<String,Object> params, RequestOptions requestOptions) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
public String getOrderId()
public void setOrderId(String orderId)
public String getTxnId()
public void setTxnId(String txnId)
public String getStatus()
public void setStatus(String status)
public String getMethod()
public void setMethod(String method)
public String getUrl()
public void setUrl(String url)
Copyright © 2023 Juspay. All rights reserved.