org.springframework.social.partnercenter.api.customer.AdminCustomerOperations Maven / Gradle / Ivy
package org.springframework.social.partnercenter.api.customer;
import org.springframework.http.ResponseEntity;
import org.springframework.social.partnercenter.api.PartnerCenterResponse;
public interface AdminCustomerOperations extends CustomerOperations{
ResponseEntity getBillingProfile(String customerTenantId);
ResponseEntity updateBillingProfile(String customerTenantId, String etag, CustomerBillingProfile billingProfile);
ResponseEntity> getCompanyByDomain(int size, String filter);
ResponseEntity> subscribedSkus(String customerId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy