Class PaymentGenerateConsumerTokenResponse
Inheritance
System.Object
    PaymentGenerateConsumerTokenResponse
  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 PaymentGenerateConsumerTokenResponse
  Properties
| Improve this Doc View SourceRedirectUrl
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 | 
Remarks
Required
TokenId
Used when placing the order.
Declaration
[JsonProperty(PropertyName = "token_id")]
public string TokenId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Required