Uses of Class
com.adyen.model.marketpay.FieldType
-
Packages that use FieldType Package Description com.adyen.model.marketpay -
-
Uses of FieldType in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return FieldType Modifier and Type Method Description FieldTypeFieldType. field(String field)FieldTypeFieldType. fieldName(FieldType.FieldNameEnum fieldName)FieldTypeErrorFieldType. getFieldType()invalid fieldFieldTypeFieldType. shareholderCode(String shareholderCode)Methods in com.adyen.model.marketpay that return types with arguments of type FieldType Modifier and Type Method Description List<FieldType>AccountStateRequirement. getRequiredFields()properties that need to be provided for the account holder to reach the next processing stateMethods in com.adyen.model.marketpay with parameters of type FieldType Modifier and Type Method Description AccountStateRequirementAccountStateRequirement. addRequiredFieldsItem(FieldType requiredFieldsItem)ErrorFieldTypeErrorFieldType. fieldType(FieldType fieldType)voidErrorFieldType. setFieldType(FieldType fieldType)Method parameters in com.adyen.model.marketpay with type arguments of type FieldType Modifier and Type Method Description AccountStateRequirementAccountStateRequirement. requiredFields(List<FieldType> requiredFields)voidAccountStateRequirement. setRequiredFields(List<FieldType> requiredFields)
-