Class PaymentOrderResponse
Inheritance
System.Object
    PaymentOrderResponse
  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 PaymentOrderResponse
  Properties
| Improve this Doc View SourceFraudStatus
Fraud status for the order. Either ACCEPTED, PENDING or REJECTED.
Declaration
[JsonProperty(PropertyName = "fraud_status")]
public string FraudStatus { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
OrderId
The unique order ID (max 255 characters).
Declaration
[JsonProperty(PropertyName = "order_id")]
public string OrderId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
RedirectUrl
URL to redirect the customer to after placing the order.
Declaration
[JsonProperty(PropertyName = "redirect_url")]
public string RedirectUrl { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |