org.springframework.social.partnercenter.api.utilities.UtilityOperations Maven / Gradle / Ivy
package org.springframework.social.partnercenter.api.utilities;
import org.springframework.http.ResponseEntity;
import org.springframework.social.partnercenter.api.customer.Address;
public interface UtilityOperations {
ResponseEntity getAddressFormattingRulesByMarket(String isoCodeId);
Boolean isDomainAvailable(String domainId);
ResponseEntity validateAddress(Address address);
ResponseEntity deleteCustomer(String customerId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy