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

co.fingerprintsoft.notification.bulksms.BulkSMSSettings Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package co.fingerprintsoft.notification.bulksms;


import lombok.Data;

@Data
public class BulkSMSSettings {

    private String eapiUrl = "http://bulksms.2way.co.za/eapi/submission/send_sms/2/2.0";
    private String username;
    private String password;
    private Integer testAlwaysFail;
    private Integer testAlwaysSucceed;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy