Class HostedPaymentPageSessionStatus
Hosted payment page session status
Inheritance
System.Object
HostedPaymentPageSessionStatus
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
public class HostedPaymentPageSessionStatus
Properties
| Improve this Doc View SourceAuthToken
KP authorization token
Declaration
[JsonProperty(PropertyName = "auth_token")]
public string AuthToken { 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 |