Examples of SmsProviderData


Examples of org.mifosplatform.infrastructure.hooks.processor.data.SmsProviderData

      @SuppressWarnings("unused") final AppUser appUser,
      final String payload, final String entityName,
      final String actionName, final String tenantIdentifier,
      final String authToken) {

    final SmsProviderData smsProviderData = new SmsProviderData(
        hook.getHookConfig());

    sendRequest(smsProviderData, payload, entityName, actionName,
        tenantIdentifier, authToken, hook);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.