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