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 SourceDistributionUrl
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 |
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 |
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 |
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 |
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 SourceToJson()
Get the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
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()