public class PurchageHistoryOutputModel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
PurchageHistoryOutputModel.History |
Constructor and Description |
---|
PurchageHistoryOutputModel() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
This Method is use to get the code
|
java.util.List<PurchageHistoryOutputModel.History> |
getHistory()
This Method is use to get the history list
|
java.lang.String |
getStatus()
This Method is use to get the status
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.util.List<PurchageHistoryOutputModel.History> getHistory()