PaymentPageOptions
data class PaymentPageOptions( val logoUrl: String? = null, val backgroundImageUrl: String? = null, val pageTitle: String? = null, val purchaseType: KlarnaSourceParams.PaymentPageOptions.PurchaseType? = null) : StripeParamsModel, Parcelable
Content copied to clipboard
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
fun PaymentPageOptions( logoUrl: String? = null, backgroundImageUrl: String? = null, pageTitle: String? = null, purchaseType: KlarnaSourceParams.PaymentPageOptions.PurchaseType? = null)
Content copied to clipboard
Types
Link copied to clipboard
enum PurchaseType : Enum<KlarnaSourceParams.PaymentPageOptions.PurchaseType>
Content copied to clipboard
The buy button type
Functions
Properties
Link copied to clipboard
val purchaseType: KlarnaSourceParams.PaymentPageOptions.PurchaseType? = null
Content copied to clipboard