
com.lionbridge.content.sdk.models.QuoteOptions Maven / Gradle / Ivy
package com.lionbridge.content.sdk.models;
import java.net.URI;
import java.util.List;
public class QuoteOptions extends TranslationOptions {
public QuoteOptions(String sourceLanguage, List targetLanguages, String currency, URI notifyCompleteUrl, URI notifyQuoteReadyUrl, URI notifyQuotePaidUrl) {
super(sourceLanguage, targetLanguages);
this.setCurrency(currency);
this.setNotifyCompleteUrl(notifyCompleteUrl);
this.setNotifyQuoteReadyUrl(notifyQuoteReadyUrl);
this.setNotifyQuotePaidUrl(notifyQuotePaidUrl);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy