-
public final class PrimerKlarnaOptions
-
-
Field Summary
Fields Modifier and Type Field Description private StringrecurringPaymentDescriptionprivate StringwebViewTitle
-
Constructor Summary
Constructors Constructor Description PrimerKlarnaOptions(String recurringPaymentDescription, String webViewTitle)
-
Method Summary
Modifier and Type Method Description final StringgetRecurringPaymentDescription()final UnitsetRecurringPaymentDescription(String recurringPaymentDescription)final StringgetWebViewTitle()final UnitsetWebViewTitle(@Deprecated(message = This property is deprecated and will be removed in future release.) String webViewTitle)-
-
Method Detail
-
getRecurringPaymentDescription
final String getRecurringPaymentDescription()
-
setRecurringPaymentDescription
final Unit setRecurringPaymentDescription(String recurringPaymentDescription)
-
getWebViewTitle
final String getWebViewTitle()
-
setWebViewTitle
final Unit setWebViewTitle(@Deprecated(message = This property is deprecated and will be removed in future release.) String webViewTitle)
-
-
-
-