Package com.adyen.model.marketpay
Class FieldType
- java.lang.Object
-
- com.adyen.model.marketpay.FieldType
-
public class FieldType extends Object
FieldType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldType.FieldNameEnumtype of the field, that did not pass the validation
-
Constructor Summary
Constructors Constructor Description FieldType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)FieldTypefield(String field)FieldTypefieldName(FieldType.FieldNameEnum fieldName)StringgetField()full name of the property, that did not pass the validationFieldType.FieldNameEnumgetFieldName()type of the field, that did not pass the validationStringgetShareholderCode()Code of the shareholder, if this field belongs to a shareholder.inthashCode()voidsetField(String field)voidsetFieldName(FieldType.FieldNameEnum fieldName)voidsetShareholderCode(String shareholderCode)FieldTypeshareholderCode(String shareholderCode)StringtoString()
-
-
-
Method Detail
-
fieldName
public FieldType fieldName(FieldType.FieldNameEnum fieldName)
-
getFieldName
public FieldType.FieldNameEnum getFieldName()
type of the field, that did not pass the validation- Returns:
- fieldName
-
setFieldName
public void setFieldName(FieldType.FieldNameEnum fieldName)
-
getField
public String getField()
full name of the property, that did not pass the validation- Returns:
- field
-
setField
public void setField(String field)
-
getShareholderCode
public String getShareholderCode()
Code of the shareholder, if this field belongs to a shareholder. Empty, if this field belongs to an account holder.- Returns:
- shareholderCode
-
setShareholderCode
public void setShareholderCode(String shareholderCode)
-
-