public class PaymentContractType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
description |
protected Feature |
feature |
protected Long |
id |
protected Map<String,String> |
name |
| Constructor and Description |
|---|
PaymentContractType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getDescription()
The description of the object translated into different languages.
|
Feature |
getFeature() |
Long |
getId()
A unique identifier for the object.
|
Map<String,String> |
getName()
The name of the object translated into different languages.
|
int |
hashCode() |
String |
toString() |
public Map<String,String> getDescription()
public Feature getFeature()
public Long getId()
public Map<String,String> getName()
Copyright © 2023. All rights reserved.