Show / Hide Table of Contents

Class CustomerTokenCreateOrderResponse

Create order using customer token response object

Inheritance
System.Object
CustomerTokenCreateOrderResponse
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 CustomerTokenCreateOrderResponse

Properties

| Improve this Doc View Source

FraudStatus

Fraud status

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

OrderId

Order id

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

RedirectUrl

Redirect URL

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.