Show / Hide Table of Contents

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 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
Remarks

Required

| Improve this Doc View Source

TokenId

Used when placing the order.

Declaration
[JsonProperty(PropertyName = "token_id")]
public string TokenId { get; set; }
Property Value
Type Description
System.String
Remarks

Required

  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.