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 SourceMerchantUrls
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 |
Options
Options
Declaration
[DataMember(Name = "options", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "options")]
public OptionsV1 Options { get; set; }
Property Value
Type | Description |
---|---|
OptionsV1 | Options |
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 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()