Show / Hide Table of Contents

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 Source

ProdUrlEurope

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.