public class PaymentMethod extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DataCollectionType> |
dataCollectionTypes |
protected Map<String,String> |
description |
protected Long |
id |
protected String |
imagePath |
protected Map<String,String> |
merchantDescription |
protected Map<String,String> |
name |
protected List<String> |
supportedCurrencies |
| Constructor and Description |
|---|
PaymentMethod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<DataCollectionType> |
getDataCollectionTypes() |
Map<String,String> |
getDescription() |
Long |
getId()
The ID is the primary key of the entity.
|
String |
getImagePath() |
Map<String,String> |
getMerchantDescription() |
Map<String,String> |
getName() |
List<String> |
getSupportedCurrencies() |
int |
hashCode() |
String |
toString() |
protected List<DataCollectionType> dataCollectionTypes
protected Long id
protected String imagePath
public List<DataCollectionType> getDataCollectionTypes()
public Long getId()
public String getImagePath()
public Map<String,String> getMerchantDescription()
Copyright © 2022. All rights reserved.