public class Chargeback extends JuspayEntity
JuspayEntity.AuthMethod, JuspayEntity.RequestMethod| Constructor and Description |
|---|
Chargeback() |
addInputParamsToResponse, createEntityFromResponse, decryptResponse, encryptRequest, getEncryptionMethodBasedOnConfig, makeServiceCall, makeServiceCall, makeServiceCallWithAuthDeciderpublic String getId()
public void setId(String id)
public String getObject()
public void setObject(String object)
public String getObjectReferenceId()
public void setObjectReferenceId(String objectReferenceId)
public Date getDateResolved()
public void setDateResolved(Date dateResolved)
public String getDisputeStatus()
public void setDisputeStatus(String disputeStatus)
public Double getAmount()
public void setAmount(Double amount)
public TxnDetail getTxn()
public void setTxn(TxnDetail txn)
public Date getDateCreated()
public void setDateCreated(Date dateCreated)
public Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
public static Chargeback create(Map<String,Object> params) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
public static Chargeback create(Map<String,Object> params, RequestOptions requestOptions) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
public static Chargeback update(String id, Map<String,Object> params) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
public static Chargeback update(String id, Map<String,Object> params, RequestOptions requestOptions) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
public static Chargeback get(String id) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
public static Chargeback get(String id, RequestOptions requestOptions) throws APIException, APIConnectionException, AuthorizationException, AuthenticationException, InvalidRequestException
Copyright © 2024 Juspay. All rights reserved.