Uses of Class
com.adyen.model.payout.StoreDetailRequest.EntityTypeEnum
-
Packages that use StoreDetailRequest.EntityTypeEnum Package Description com.adyen.model.payout -
-
Uses of StoreDetailRequest.EntityTypeEnum in com.adyen.model.payout
Methods in com.adyen.model.payout that return StoreDetailRequest.EntityTypeEnum Modifier and Type Method Description static StoreDetailRequest.EntityTypeEnumStoreDetailRequest.EntityTypeEnum. fromValue(String value)StoreDetailRequest.EntityTypeEnumStoreDetailRequest. getEntityType()The type of the entity the payout is processed for.static StoreDetailRequest.EntityTypeEnumStoreDetailRequest.EntityTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreDetailRequest.EntityTypeEnum[]StoreDetailRequest.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 StoreDetailRequest.EntityTypeEnum Modifier and Type Method Description StoreDetailRequestStoreDetailRequest. entityType(StoreDetailRequest.EntityTypeEnum entityType)voidStoreDetailRequest. setEntityType(StoreDetailRequest.EntityTypeEnum entityType)The type of the entity the payout is processed for.
-