Record Class GatewayService.GatewayServiceConfig

java.lang.Object
java.lang.Record
ch.rswk.meta.engine.GatewayService.GatewayServiceConfig
Record Components:
emailProperties - see here
Enclosing class:
GatewayService

public static record GatewayService.GatewayServiceConfig(@Nullable String emailPassword, @Nullable Map<String,String> emailProperties, @Nullable String emailReplyTo, String emailSender, @Nullable String emailUser, String senderName, @Nullable String smsAccount, @Nullable String smsGatewayPassword, boolean smsGauge, @Nullable String smsHttpPassword, @Nullable String smsUser) extends Record