Uses of Class
com.adyen.model.marketpaywebhooks.StoreDetail
-
Packages that use StoreDetail Package Description com.adyen.model.marketpaywebhooks -
-
Uses of StoreDetail in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return StoreDetail Modifier and Type Method Description StoreDetailStoreDetail. address(ViasAddress address)static StoreDetailStoreDetail. fromJson(String jsonString)Create an instance of StoreDetail given an JSON stringStoreDetailStoreDetail. fullPhoneNumber(String fullPhoneNumber)StoreDetailStoreDetail. logo(String logo)StoreDetailStoreDetail. merchantAccount(String merchantAccount)StoreDetailStoreDetail. merchantCategoryCode(String merchantCategoryCode)StoreDetailStoreDetail. merchantHouseNumber(String merchantHouseNumber)StoreDetailStoreDetail. phoneNumber(ViasPhoneNumber phoneNumber)StoreDetailStoreDetail. shopperInteraction(StoreDetail.ShopperInteractionEnum shopperInteraction)StoreDetailStoreDetail. splitConfigurationUUID(String splitConfigurationUUID)StoreDetailStoreDetail. status(StoreDetail.StatusEnum status)StoreDetailStoreDetail. store(String store)StoreDetailStoreDetail. storeName(String storeName)StoreDetailStoreDetail. storeReference(String storeReference)StoreDetailStoreDetail. virtualAccount(String virtualAccount)StoreDetailStoreDetail. webAddress(String webAddress)Methods in com.adyen.model.marketpaywebhooks that return types with arguments of type StoreDetail Modifier and Type Method Description List<StoreDetail>AccountHolderDetails. getStoreDetails()Array of stores associated with the account holder.Methods in com.adyen.model.marketpaywebhooks with parameters of type StoreDetail Modifier and Type Method Description AccountHolderDetailsAccountHolderDetails. addStoreDetailsItem(StoreDetail storeDetailsItem)Method parameters in com.adyen.model.marketpaywebhooks with type arguments of type StoreDetail Modifier and Type Method Description voidAccountHolderDetails. setStoreDetails(List<StoreDetail> storeDetails)AccountHolderDetailsAccountHolderDetails. storeDetails(List<StoreDetail> storeDetails)
-