Package com.hyperwallet.clientsdk.model
Class HyperwalletTransferRefundListOptions
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletPaginationOptions
-
- com.hyperwallet.clientsdk.model.HyperwalletTransferRefundListOptions
-
public class HyperwalletTransferRefundListOptions extends HyperwalletPaginationOptions
-
-
Constructor Summary
Constructors Constructor Description HyperwalletTransferRefundListOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HyperwalletTransferRefundListOptionsclientRefundId(String clientRefundId)StringgetClientRefundId()StringgetSourceToken()StringgetStatus()voidsetClientRefundId(String clientRefundId)voidsetSourceToken(String sourceToken)voidsetStatus(String status)HyperwalletTransferRefundListOptionssourceToken(String sourceToken)HyperwalletTransferRefundListOptionsstatus(String status)-
Methods inherited from class com.hyperwallet.clientsdk.model.HyperwalletPaginationOptions
createdAfter, createdBefore, getCreatedAfter, getCreatedBefore, getLimit, getSortBy, limit, setCreatedAfter, setCreatedBefore, setLimit, setSortBy, sortBy
-
-
-
-
Method Detail
-
getClientRefundId
public String getClientRefundId()
-
setClientRefundId
public void setClientRefundId(String clientRefundId)
-
clientRefundId
public HyperwalletTransferRefundListOptions clientRefundId(String clientRefundId)
-
getSourceToken
public String getSourceToken()
-
setSourceToken
public void setSourceToken(String sourceToken)
-
sourceToken
public HyperwalletTransferRefundListOptions sourceToken(String sourceToken)
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
status
public HyperwalletTransferRefundListOptions status(String status)
-
-