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
public class HostedPaymentPageCreateSessionResponse
Properties
| Improve this Doc View SourceDistributionUrl
Endpoint for link distribution
Declaration
[JsonProperty(PropertyName = "distribution_url")]
public string DistributionUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
RedirectUrl
HPP url to redirect the consumer to
Declaration
[JsonProperty(PropertyName = "redirect_url")]
public string RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SessionId
HPP session id
Declaration
[JsonProperty(PropertyName = "session_id")]
public string SessionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SessionUrl
Endpoint to read the session
Declaration
[JsonProperty(PropertyName = "session_url")]
public string SessionUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |