Show / Hide Table of Contents

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
[Obsolete("This model is being deprecated. Use OptionsV1 from Klarna.Rest.Core.Model.HostedPaymentPage namespace instead")]
public class HostedPaymentPageOptions

Properties

| Improve this Doc View Source

BackgroundImages

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>
| Improve this Doc View Source

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
| Improve this Doc View Source

PageTitle

Title for the HPP page

Declaration
[JsonProperty(PropertyName = "page_title")]
public string PageTitle { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

PurchaseType

The type of this purchase

Declaration
[JsonProperty(PropertyName = "purchase_type")]
[JsonConverter(typeof(StringEnumConverter))]
public HostedPaymentPagePurchaseType PurchaseType { get; set; }
Property Value
Type Description
HostedPaymentPagePurchaseType
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.