Show / Hide Table of Contents

Class HostedPaymentPageSessionStatus

Hosted payment page session status

Inheritance
System.Object
HostedPaymentPageSessionStatus
SessionResponseV1
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.Model
Assembly: Klarna.Rest.Core.dll
Syntax
[Obsolete("This model is being deprecated. Use SessionResponseV1 from Klarna.Rest.Core.Model.HostedPaymentPage namespace instead")]
public class HostedPaymentPageSessionStatus

Properties

| Improve this Doc View Source

AuthorizationToken

KP authorization token

Declaration
[JsonProperty(PropertyName = "authorization_token")]
public string AuthorizationToken { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

AuthToken

KP authorization token

Declaration
[Obsolete("AuthToken is no longer supported by HPP. Consider using AuthorizationToken instead.")]
public string AuthToken { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SessionId

The id of the HPP Session

Declaration
[JsonProperty(PropertyName = "session_id")]
public string SessionId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Status

Current session status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(StringEnumConverter))]
public HostedPaymentPageStatus Status { get; set; }
Property Value
Type Description
HostedPaymentPageStatus
| Improve this Doc View Source

UpdatedAt

Latest status update time

Declaration
[JsonProperty(PropertyName = "updated_at")]
public string UpdatedAt { 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.