-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PrimerKlarnaOptions implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private StringrecurringPaymentDescriptionprivate StringwebViewTitle
-
Constructor Summary
Constructors Constructor Description PrimerKlarnaOptions(Parcel parcel)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)UnitwriteToParcel(Parcel parcel, Integer flags)IntegerdescribeContents()-
-
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)
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-