ConfigurationResponse

public ConfigurationResponse ConfigurationResponse(@Json(name = "clientID") String clientID, @Json(name = "userJourneyAnalyticsEnabled") Boolean userJourneyAnalyticsEnabled, @Json(name = "skontoEnabled") Boolean skontoEnabled, @Json(name = "returnAssistantEnabled") Boolean returnAssistantEnabled, @Json(name = "amplitudeApiKey") String amplitudeApiKey, @Json(name = "transactionDocsEnabled") Boolean transactionDocsEnabled, @Json(name = "qrCodeEducationEnabled") Boolean qrCodeEducationEnabled, @Json(name = "instantPaymentEnabled") Boolean instantPaymentEnabled, @Json(name = "eInvoiceEnabled") Boolean eInvoiceEnabled, @Json(name = "alreadyPaidHintEnabled") Boolean alreadyPaidHintEnabled, @Json(name = "paymentDueHintEnabled") Boolean paymentDueHintEnabled, @Json(name = "savePhotosLocallyEnabled") Boolean savePhotosLocallyEnabled)