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()
The data collection types that are supported by the payment method.
|
Map<String,String> |
getDescription()
The localized description of the object.
|
Long |
getId()
A unique identifier for the object.
|
String |
getImagePath()
The path to the payment method's image which is displayed to the customer.
|
Map<String,String> |
getMerchantDescription() |
Map<String,String> |
getName()
The localized name of the object.
|
List<String> |
getSupportedCurrencies()
The currencies that are supported by the payment method.
|
int |
hashCode() |
String |
toString() |
protected List<DataCollectionType> dataCollectionTypes
protected Long id
protected String imagePath
public List<DataCollectionType> getDataCollectionTypes()
public Map<String,String> getDescription()
public Long getId()
public String getImagePath()
public Map<String,String> getMerchantDescription()
public List<String> getSupportedCurrencies()
Copyright © 2024. All rights reserved.