Uses of Class
com.adyen.model.payout.SubmitRequest.EntityTypeEnum
-
Packages that use SubmitRequest.EntityTypeEnum Package Description com.adyen.model.payout -
-
Uses of SubmitRequest.EntityTypeEnum in com.adyen.model.payout
Methods in com.adyen.model.payout that return SubmitRequest.EntityTypeEnum Modifier and Type Method Description static SubmitRequest.EntityTypeEnumSubmitRequest.EntityTypeEnum. fromValue(String value)SubmitRequest.EntityTypeEnumSubmitRequest. getEntityType()The type of the entity the payout is processed for.static SubmitRequest.EntityTypeEnumSubmitRequest.EntityTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SubmitRequest.EntityTypeEnum[]SubmitRequest.EntityTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.payout with parameters of type SubmitRequest.EntityTypeEnum Modifier and Type Method Description SubmitRequestSubmitRequest. entityType(SubmitRequest.EntityTypeEnum entityType)voidSubmitRequest. setEntityType(SubmitRequest.EntityTypeEnum entityType)The type of the entity the payout is processed for.
-