Show / Hide Table of Contents

Class HostedPaymentPageBackgroundImage

Create hosted payment page background image

Inheritance
System.Object
HostedPaymentPageBackgroundImage
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 BackgroundImageV1 from Klarna.Rest.Core.Model.HostedPaymentPage namespace instead")]
public class HostedPaymentPageBackgroundImage

Properties

| Improve this Doc View Source

Url

Url for the image

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

Width

Width of the image

Declaration
[JsonProperty(PropertyName = "width")]
public int Width { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.