Class ApiCredentials
DTO class for Klarna API Credentials
Inheritance
System.Object
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.Commuication.Dto
Assembly: Klarna.Rest.Core.dll
Syntax
public class ApiCredentials
Properties
| Improve this Doc View SourcePassword
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 |
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 |