Type Alias KlarnaConfig

KlarnaConfig: { setAccountId(accountId: string): Promise<void> }

Type declaration

  • setAccountId:function
    • Enables integrators to dynamically specify the merchant's account ID at runtime.

      Parameters

      • accountId: string

      Returns Promise<void>