public class PaymentProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
companyName |
protected Map<String,String> |
description |
protected Map<String,String> |
headquartersLocation |
protected Long |
id |
protected String |
logoPath |
protected Map<String,String> |
name |
protected Map<String,String> |
productName |
| Constructor and Description |
|---|
PaymentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getCompanyName()
The name of the company to which the processor belongs.
|
Map<String,String> |
getDescription()
The localized description of the object.
|
Map<String,String> |
getHeadquartersLocation()
Where the processor's headquarters are located.
|
Long |
getId()
A unique identifier for the object.
|
String |
getLogoPath()
The path to the logo image of the processor.
|
Map<String,String> |
getName()
The localized name of the object.
|
Map<String,String> |
getProductName()
The name of the processor's product.
|
int |
hashCode() |
String |
toString() |
public Map<String,String> getCompanyName()
public Map<String,String> getDescription()
public Map<String,String> getHeadquartersLocation()
public Long getId()
public String getLogoPath()
public Map<String,String> getProductName()
Copyright © 2024. All rights reserved.