Uses of Class
com.adyen.model.management.StoreCreationRequest
-
Packages that use StoreCreationRequest Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of StoreCreationRequest in com.adyen.model.management
Methods in com.adyen.model.management that return StoreCreationRequest Modifier and Type Method Description StoreCreationRequestStoreCreationRequest. addBusinessLineIdsItem(String businessLineIdsItem)StoreCreationRequestStoreCreationRequest. address(StoreLocation address)StoreCreationRequestStoreCreationRequest. businessLineIds(List<String> businessLineIds)StoreCreationRequestStoreCreationRequest. description(String description)StoreCreationRequestStoreCreationRequest. externalReferenceId(String externalReferenceId)static StoreCreationRequestStoreCreationRequest. fromJson(String jsonString)Create an instance of StoreCreationRequest given an JSON stringStoreCreationRequestStoreCreationRequest. phoneNumber(String phoneNumber)StoreCreationRequestStoreCreationRequest. reference(String reference)StoreCreationRequestStoreCreationRequest. shopperStatement(String shopperStatement)StoreCreationRequestStoreCreationRequest. splitConfiguration(StoreSplitConfiguration splitConfiguration) -
Uses of StoreCreationRequest in com.adyen.service.management
Methods in com.adyen.service.management with parameters of type StoreCreationRequest Modifier and Type Method Description StoreAccountStoreLevelApi. createStoreByMerchantId(String merchantId, StoreCreationRequest storeCreationRequest)Create a storeStoreAccountStoreLevelApi. createStoreByMerchantId(String merchantId, StoreCreationRequest storeCreationRequest, RequestOptions requestOptions)Create a store
-