Class HostedPaymentPageSessionStatus
Hosted payment page session status
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 SourceAuthorizationToken
KP authorization token
Declaration
[JsonProperty(PropertyName = "authorization_token")]
public string AuthorizationToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
SessionId
The id of the HPP Session
Declaration
[JsonProperty(PropertyName = "session_id")]
public string SessionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Current session status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(StringEnumConverter))]
public HostedPaymentPageStatus Status { get; set; }
Property Value
Type | Description |
---|---|
HostedPaymentPageStatus |
UpdatedAt
Latest status update time
Declaration
[JsonProperty(PropertyName = "updated_at")]
public string UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
System.String |