public class FedaPayCollection<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
data |
protected Map<String,Object> |
fedaPayObject |
protected Map<String,Object> |
meta |
| Constructor and Description |
|---|
FedaPayCollection() |
FedaPayCollection(List<T> data,
Map<String,Object> fedaPayObject,
Map<String,Object> meta) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getData() |
Map<String,Object> |
getFedaPayObject() |
Map<String,Object> |
getMeta() |
void |
setData(List<T> data) |
void |
setFedaPayObject(Map<String,Object> fedaPayObject) |
void |
setMeta(Map<String,Object> meta) |
Copyright © 2022. All rights reserved.