Class Constants
.NET SDK library for Klarna Services Constants
Inheritance
System.Object
Constants
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.Common
Assembly: Klarna.Rest.Core.dll
Syntax
public class Constants
Fields
| Improve this Doc View SourceProdUrlEurope
The API for the European live environment (https://api.klarna.com/)
Declaration
public const string ProdUrlEurope = "https://api.klarna.com/"
Field Value
Type | Description |
---|---|
System.String |
ProdUrlNorthAmerica
The API for the U.S. live environment (https://api-na.klarna.com/)
Declaration
public const string ProdUrlNorthAmerica = "https://api-na.klarna.com/"
Field Value
Type | Description |
---|---|
System.String |
TestUrlEurope
The API for the European testing environment (https://api.playground.klarna.com/)
Declaration
public const string TestUrlEurope = "https://api.playground.klarna.com/"
Field Value
Type | Description |
---|---|
System.String |
TestUrlNorthAmerica
The API for the U.S. testing environment (https://api-na.playground.klarna.com/)
Declaration
public const string TestUrlNorthAmerica = "https://api-na.playground.klarna.com/"
Field Value
Type | Description |
---|---|
System.String |
Version
The current version of .NET SDK library for Klarna Services
Declaration
public const string Version = "3.1.1.0"
Field Value
Type | Description |
---|---|
System.String |