-
public final class Configuration
-
-
Field Summary
Fields Modifier and Type Field Description private final UUIDidprivate final StringclientIDprivate final BooleanisUserJourneyAnalyticsEnabledprivate final BooleanisSkontoEnabledprivate final BooleanisReturnAssistantEnabledprivate final BooleanisTransactionDocsEnabledprivate final BooleanisQrCodeEducationEnabledprivate final BooleanisInstantPaymentEnabledprivate final BooleanisEInvoiceEnabledprivate final StringamplitudeApiKey
-
Constructor Summary
Constructors Constructor Description Configuration(UUID id, String clientID, Boolean isUserJourneyAnalyticsEnabled, Boolean isSkontoEnabled, Boolean isReturnAssistantEnabled, Boolean isTransactionDocsEnabled, Boolean isQrCodeEducationEnabled, Boolean isInstantPaymentEnabled, Boolean isEInvoiceEnabled, String amplitudeApiKey)
-
Method Summary
Modifier and Type Method Description final UUIDgetId()final StringgetClientID()final BooleangetIsUserJourneyAnalyticsEnabled()final BooleangetIsSkontoEnabled()final BooleangetIsReturnAssistantEnabled()final BooleangetIsTransactionDocsEnabled()final BooleangetIsQrCodeEducationEnabled()final BooleangetIsInstantPaymentEnabled()final BooleangetIsEInvoiceEnabled()final StringgetAmplitudeApiKey()-
-
Constructor Detail
-
Configuration
Configuration(UUID id, String clientID, Boolean isUserJourneyAnalyticsEnabled, Boolean isSkontoEnabled, Boolean isReturnAssistantEnabled, Boolean isTransactionDocsEnabled, Boolean isQrCodeEducationEnabled, Boolean isInstantPaymentEnabled, Boolean isEInvoiceEnabled, String amplitudeApiKey)
-
-
Method Detail
-
getClientID
final String getClientID()
-
getIsUserJourneyAnalyticsEnabled
final Boolean getIsUserJourneyAnalyticsEnabled()
-
getIsSkontoEnabled
final Boolean getIsSkontoEnabled()
-
getIsReturnAssistantEnabled
final Boolean getIsReturnAssistantEnabled()
-
getIsTransactionDocsEnabled
final Boolean getIsTransactionDocsEnabled()
-
getIsQrCodeEducationEnabled
final Boolean getIsQrCodeEducationEnabled()
-
getIsInstantPaymentEnabled
final Boolean getIsInstantPaymentEnabled()
-
getIsEInvoiceEnabled
final Boolean getIsEInvoiceEnabled()
-
getAmplitudeApiKey
final String getAmplitudeApiKey()
-
-
-
-