KlarnaConfig

data class KlarnaConfig(customName: String? = null)

Configuration object for Klarna transactions.

Parameters

customName

Use this to change the name of the Klarna payment method, to e.g. "Lastschrift". If not specified, the name is "Klarna".

Constructors

Link copied to clipboard
constructor(customName: String? = null)

Creates a new KlarnaConfig object.