Class fetchcardpayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.fetchcardpayload
-
public class fetchcardpayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description fetchcardpayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCardId()StringgetFromDate()StringgetPageIndex()StringgetPageSize()StringgetTest()StringgetToDate()voidsetCardId(String CardId)voidsetFromDate(String FromDate)voidsetPageIndex(String PageIndex)voidsetPageSize(String PageSize)voidsetTest(String test)voidsetToDate(String ToDate)
-
-
-
Method Detail
-
getTest
public String getTest()
- Returns:
- the test
-
setTest
public void setTest(String test)
- Parameters:
test- the test to set
-
getFromDate
public String getFromDate()
- Returns:
- the FromDate
-
setFromDate
public void setFromDate(String FromDate)
- Parameters:
FromDate- the FromDate to set
-
getToDate
public String getToDate()
- Returns:
- the ToDate
-
setToDate
public void setToDate(String ToDate)
- Parameters:
ToDate- the ToDate to set
-
getPageIndex
public String getPageIndex()
- Returns:
- the PageIndex
-
setPageIndex
public void setPageIndex(String PageIndex)
- Parameters:
PageIndex- the PageIndex to set
-
getPageSize
public String getPageSize()
- Returns:
- the PageSize
-
setPageSize
public void setPageSize(String PageSize)
- Parameters:
PageSize- the PageSize to set
-
getCardId
public String getCardId()
- Returns:
- the CardId
-
setCardId
public void setCardId(String CardId)
- Parameters:
CardId- the CardId to set
-
-