Class HostedPaymentPageOptions
Create hosted payment page options
Inheritance
System.Object
    HostedPaymentPageOptions
  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 HostedPaymentPageOptions
  Properties
| Improve this Doc View SourceBackgroundImages
Images to use for the background
Declaration
[JsonProperty(PropertyName = "background_images")]
public ICollection<HostedPaymentPageBackgroundImage> BackgroundImages { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<HostedPaymentPageBackgroundImage> | 
LogoUrl
URL for the logo to be included in the HPP page
Declaration
[JsonProperty(PropertyName = "logo_url")]
public string LogoUrl { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PageTitle
Title for the HPP page
Declaration
[JsonProperty(PropertyName = "page_title")]
public string PageTitle { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PaymentMethodCategory
Payment method category to show
Declaration
[JsonProperty(PropertyName = "payment_method_category")]
[JsonConverter(typeof(StringEnumConverter))]
public HostedPaymentPagePaymentMethodCategory PaymentMethodCategory { get; set; }
  Property Value
| Type | Description | 
|---|---|
| HostedPaymentPagePaymentMethodCategory | 
PurchaseType
The type of this purchase
Declaration
[JsonProperty(PropertyName = "purchase_type")]
[JsonConverter(typeof(StringEnumConverter))]
public HostedPaymentPagePurchaseType PurchaseType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| HostedPaymentPagePurchaseType |