Show / Hide Table of Contents

Class HostedPaymentPageCreateSessionResponse

Create hosted payment page session response

Inheritance
System.Object
HostedPaymentPageCreateSessionResponse
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
[Obsolete("This model is being deprecated. Use SessionCreationResponseV1 from Klarna.Rest.Core.Model.HostedPaymentPage namespace instead")]
public class HostedPaymentPageCreateSessionResponse

Properties

| Improve this Doc View Source

DistributionUrl

Endpoint for link distribution

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

QrCodeUrl

HPP url to download qr code image

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

RedirectUrl

HPP url to redirect the consumer to

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

SessionId

HPP session id

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

SessionUrl

Endpoint to read the session

Declaration
[JsonProperty(PropertyName = "session_url")]
public string SessionUrl { 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.