Uses of Class
com.adyen.model.payout.StoreDetailRequest
-
Packages that use StoreDetailRequest Package Description com.adyen.model.payout com.adyen.service -
-
Uses of StoreDetailRequest in com.adyen.model.payout
Methods in com.adyen.model.payout that return StoreDetailRequest Modifier and Type Method Description StoreDetailRequestStoreDetailRequest. merchantAccount(String merchantAccount)StoreDetailRequestStoreDetailRequest. recurring(Recurring recurring)StoreDetailRequestStoreDetailRequest. shopperReference(String shopperReference) -
Uses of StoreDetailRequest in com.adyen.service
Methods in com.adyen.service with parameters of type StoreDetailRequest Modifier and Type Method Description StoreDetailResponsePayout. storeDetail(StoreDetailRequest request)Issues a storeDetail API call
-