Uses of Class
com.adyen.model.marketpayaccount.StoreDetail.StatusEnum
-
Packages that use StoreDetail.StatusEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of StoreDetail.StatusEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return StoreDetail.StatusEnum Modifier and Type Method Description static StoreDetail.StatusEnumStoreDetail.StatusEnum. fromValue(String value)StoreDetail.StatusEnumStoreDetail. getStatus()The status of the store.static StoreDetail.StatusEnumStoreDetail.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreDetail.StatusEnum[]StoreDetail.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpayaccount with parameters of type StoreDetail.StatusEnum Modifier and Type Method Description voidStoreDetail. setStatus(StoreDetail.StatusEnum status)StoreDetailStoreDetail. status(StoreDetail.StatusEnum status)
-