Show / Hide Table of Contents

Class SessionCreationResponseV1

Inheritance
System.Object
SessionCreationResponseV1
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)
Namespace: Klarna.Rest.Core.Model.HostedPaymentPage
Assembly: Klarna.Rest.Core.dll
Syntax
[DataContract]
public class SessionCreationResponseV1

Properties

| Improve this Doc View Source

DistributionUrl

Endpoint for link distribution

Declaration
[DataMember(Name = "distribution_url", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "distribution_url")]
public string DistributionUrl { get; set; }
Property Value
Type Description
System.String

Endpoint for link distribution

| Improve this Doc View Source

QrCodeUrl

HPP url to download qr code image

Declaration
[DataMember(Name = "qr_code_url", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "qr_code_url")]
public string QrCodeUrl { get; set; }
Property Value
Type Description
System.String

HPP url to download qr code image

| Improve this Doc View Source

RedirectUrl

HPP url to redirect the consumer to

Declaration
[DataMember(Name = "redirect_url", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "redirect_url")]
public string RedirectUrl { get; set; }
Property Value
Type Description
System.String

HPP url to redirect the consumer to

| Improve this Doc View Source

SessionId

HPP session id

Declaration
[DataMember(Name = "session_id", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "session_id")]
public string SessionId { get; set; }
Property Value
Type Description
System.String

HPP session id

| Improve this Doc View Source

SessionUrl

Endpoint to read the session

Declaration
[DataMember(Name = "session_url", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "session_url")]
public string SessionUrl { get; set; }
Property Value
Type Description
System.String

Endpoint to read the session

Methods

| Improve this Doc View Source

ToJson()

Get the JSON string presentation of the object

Declaration
public string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object

| Improve this Doc View Source

ToString()

Get the string presentation of the object

Declaration
public override string ToString()
Returns
Type Description
System.String

String presentation of the object

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