Show / Hide Table of Contents

Class ApiCredentials

DTO class for Klarna API Credentials

Inheritance
System.Object
ApiCredentials
ApiCredentials
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Klarna.Rest.Core.Communication.Dto
Assembly: Klarna.Rest.Core.dll
Syntax
public class ApiCredentials

Properties

| Improve this Doc View Source

Password

a string which is associated with your Merchant ID and is used to authorize use of Klarna's APIs

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Username

Consists of your Merchant ID (eid) - a unique number that identifies your e-store, combined with a random string.

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.