Show / Hide Table of Contents

Class HostedPaymentPageCreateSessionRequest

Create hosted payment page session request

Inheritance
System.Object
HostedPaymentPageCreateSessionRequest
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 SessionCreationRequestV1 from Klarna.Rest.Core.Model.HostedPaymentPage namespace instead")]
public class HostedPaymentPageCreateSessionRequest

Properties

| Improve this Doc View Source

MerchantUrls

Urls used to redirect the consumer

Declaration
[JsonProperty(PropertyName = "merchant_urls")]
public HostedPaymentPageMerchantUrls MerchantUrls { get; set; }
Property Value
Type Description
HostedPaymentPageMerchantUrls
| Improve this Doc View Source

Options

Options

Declaration
[JsonProperty(PropertyName = "options")]
public HostedPaymentPageOptions Options { get; set; }
Property Value
Type Description
HostedPaymentPageOptions
| Improve this Doc View Source

PaymentSessionUrl

Url for the KP session

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