PaymentPageOptions
data class PaymentPageOptions(val logoUrl: String? = null, val backgroundImageUrl: String? = null, val pageTitle: String? = null, val purchaseType: KlarnaSourceParams.PaymentPageOptions.PurchaseType? = null) : StripeParamsModel, Parcelable
See Styling the Klarna Hosted Payment Page
You can customize the style of the Klarna hosted payment page by providing additional options when creating the source. Refer to the Klarna SDK documentation for more information.
Constructors
Link copied to clipboard
constructor(logoUrl: String? = null, backgroundImageUrl: String? = null, pageTitle: String? = null, purchaseType: KlarnaSourceParams.PaymentPageOptions.PurchaseType? = null)