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
public class HostedPaymentPageCreateSessionRequest
Properties
| Improve this Doc View SourceMerchantUrls
Urls used to redirect the consumer
Declaration
[JsonProperty(PropertyName = "merchant_urls")]
public HostedPaymentPageMerchantUrls MerchantUrls { get; set; }
Property Value
Type | Description |
---|---|
HostedPaymentPageMerchantUrls |
Options
Options
Declaration
[JsonProperty(PropertyName = "options")]
public HostedPaymentPageOptions Options { get; set; }
Property Value
Type | Description |
---|---|
HostedPaymentPageOptions |
PaymentSessionUrl
Url for the KP session
Declaration
[JsonProperty(PropertyName = "payment_session_url")]
public string PaymentSessionUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |