Show / Hide Table of Contents

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 Source

FraudStatus

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

OrderId

The unique order ID (max 255 characters).

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

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