Interface TerminatingCustomerInfo
public interface TerminatingCustomerInfo
Terminating customer information API for internal access
-
Method Summary
Modifier and TypeMethodDescriptionFetches the terminating customer data on demand for the CALLED_TO customerGet the extension customer data for the terminating customerGet the extension customer's product data for the terminating customerGets terminating customer extension profile information map
-
Method Details
-
fetchTerminatingCustomerData
TerminatingCustomerInfo fetchTerminatingCustomerData()Fetches the terminating customer data on demand for the CALLED_TO customer- Returns:
- TerminatingCustomerInfo loaded with terminating customer information
-
getExtensionCustomer
ExtensionCustomer getExtensionCustomer()Get the extension customer data for the terminating customer- Returns:
- terminating customer's product information
-
getExtensionProduct
ExtensionProduct getExtensionProduct()Get the extension customer's product data for the terminating customer- Returns:
- terminating customer's product information
-
getTerminatingCustomerProfiles
Map<String,Map<String, getTerminatingCustomerProfiles()Collection<ExtensionRatingProfileValue>>> Gets terminating customer extension profile information map- Returns:
- terminating customer extension profile information map
-