public class PaymentInformationHash extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected PaymentInformationHashType |
type |
protected String |
value |
| Constructor and Description |
|---|
PaymentInformationHash() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
PaymentInformationHashType |
getType() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
protected Long id
protected PaymentInformationHashType type
protected String value
public Long getId()
public PaymentInformationHashType getType()
public String getValue()
Copyright © 2022. All rights reserved.