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

com.payu.notification.client.model.SmsNotificationPattern Maven / Gradle / Ivy

The newest version!
package com.payu.notification.client.model;

import com.payu.notification.client.model.request.SmsRequest;
import com.payu.notification.client.model.response.SmsResponse;

public interface SmsNotificationPattern {
  public SmsResponse sendSms(SmsRequest smsRequest);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy