All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.social.partnercenter.api.utilities.UtilityOperations Maven / Gradle / Ivy

package org.springframework.social.partnercenter.api.utilities;

import org.springframework.http.ResponseEntity;

public interface UtilityOperations {
	ResponseEntity getAddressFormattingRulesByMarket(String isoCodeId);
	ResponseEntity isDomainAvailable(String domainId);
	ResponseEntity deleteCustomer(String customerId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy