Show / Hide Table of Contents

Class SessionCreationRequestV1

Inheritance
System.Object
SessionCreationRequestV1
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 SessionCreationRequestV1

Properties

| Improve this Doc View Source

MerchantUrls

URLs used to redirect the Consumer

Declaration
[DataMember(Name = "merchant_urls", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "merchant_urls")]
public MerchantUrlsV1 MerchantUrls { get; set; }
Property Value
Type Description
MerchantUrlsV1

URLs used to redirect the Consumer

| Improve this Doc View Source

Options

Options

Declaration
[DataMember(Name = "options", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "options")]
public OptionsV1 Options { get; set; }
Property Value
Type Description
OptionsV1

Options

| Improve this Doc View Source

PaymentSessionUrl

URL of the KP Session or KCO Order to be hosted by the HPP Session

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

URL of the KP Session or KCO Order to be hosted by the HPP 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.