Class settlementpayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.settlementpayload
-
public class settlementpayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description settlementpayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLimit()StringgetPage()StringgetSeckey()StringgetStatus()StringgetTest()voidsetLimit(String limit)voidsetPage(String page)voidsetSeckey(String seckey)voidsetStatus(String status)voidsetTest(String test)
-
-
-
Method Detail
-
getTest
public String getTest()
- Returns:
- the test
-
setTest
public void setTest(String test)
- Parameters:
test- the test to set
-
getPage
public String getPage()
- Returns:
- the page
-
setPage
public void setPage(String page)
- Parameters:
page- the page to set
-
getLimit
public String getLimit()
- Returns:
- the limit
-
setLimit
public void setLimit(String limit)
- Parameters:
limit- the limit to set
-
getStatus
public String getStatus()
- Returns:
- the status
-
setStatus
public void setStatus(String status)
- Parameters:
status- the status to set
-
getSeckey
public String getSeckey()
- Returns:
- the seckey
-
setSeckey
public void setSeckey(String seckey)
- Parameters:
seckey- the seckey to set
-
-