Class DataProviderConfig

java.lang.Object
com.clover.remote.client.messages.DataProviderConfig

public class DataProviderConfig extends Object
  • Constructor Details

    • DataProviderConfig

      public DataProviderConfig()
  • Method Details

    • setType

      public void setType(String type)
      Set the field value The string type of the loyalty data of interest.
    • getType

      public String getType()
      Get the field value The string type of the loyalty data of interest.
    • setConfiguration

      public void setConfiguration(Map<String,String> configuration)
      Set the field value Configuration for the data type.
    • getConfiguration

      public Map<String,String> getConfiguration()
      Get the field value Configuration for the data type.