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 SourceFraudStatus
Fraud status
Declaration
[JsonProperty(PropertyName = "fraud_status")]
public string FraudStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderId
Order id
Declaration
[JsonProperty(PropertyName = "order_id")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RedirectUrl
Redirect URL
Declaration
[JsonProperty(PropertyName = "redirect_url")]
public string RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |