Class Chargeback
java.lang.Object
in.juspay.model.JuspayEntity
in.juspay.model.Chargeback
-
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 Chargebackstatic Chargebackcreate(Map<String, Object> params, RequestOptions requestOptions) static Chargebackstatic Chargebackget(String id, RequestOptions requestOptions) getId()getTxn()voidvoidsetDateCreated(Date dateCreated) voidsetDateResolved(Date dateResolved) voidsetDisputeStatus(String disputeStatus) voidvoidsetLastUpdated(Date lastUpdated) voidvoidsetObjectReferenceId(String objectReferenceId) voidstatic Chargebackstatic ChargebackMethods inherited from class in.juspay.model.JuspayEntity
addInputParamsToResponse, createEntityFromResponse, decryptResponse, encryptRequest, getEncryptionMethodBasedOnConfig, makeServiceCall, makeServiceCall, makeServiceCallWithAuthDecider
-
Constructor Details
-
Chargeback
public Chargeback()
-
-
Method Details
-
getId
-
setId
-
getObject
-
setObject
-
getObjectReferenceId
-
setObjectReferenceId
-
getDateResolved
-
setDateResolved
-
getDisputeStatus
-
setDisputeStatus
-
getAmount
-
setAmount
-
getTxn
-
setTxn
-
getDateCreated
-
setDateCreated
-
getLastUpdated
-
setLastUpdated
-
create
public static Chargeback create(Map<String, Object> params) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException -
create
public static Chargeback create(Map<String, Object> params, RequestOptions requestOptions) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException -
update
public static Chargeback update(String id, Map<String, Object> params) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException -
update
public static Chargeback update(String id, Map<String, Object> params, RequestOptions requestOptions) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException -
get
-
get
public static Chargeback get(String id, RequestOptions requestOptions) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
-