Class suscriptionfetch
- java.lang.Object
-
- com.flutterwave.rave.java.payload.suscriptionfetch
-
public class suscriptionfetch extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description suscriptionfetch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFetch_by_tx()StringgetId()StringgetTransaction_id()voidsetFetch_by_tx(String fetch_by_tx)voidsetId(String id)voidsetTransaction_id(String transaction_id)
-
-
-
Method Detail
-
getFetch_by_tx
public String getFetch_by_tx()
- Returns:
- the fetch_by_tx
-
setFetch_by_tx
public void setFetch_by_tx(String fetch_by_tx)
- Parameters:
fetch_by_tx- the fetch_by_tx to set
-
getId
public String getId()
- Returns:
- the id
-
setId
public void setId(String id)
- Parameters:
id- the id to set
-
getTransaction_id
public String getTransaction_id()
- Returns:
- the transaction_id
-
setTransaction_id
public void setTransaction_id(String transaction_id)
- Parameters:
transaction_id- the transaction_id to set
-
-