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
public class HostedPaymentPageBackgroundImage
Properties
| Improve this Doc View SourceUrl
Url for the image
Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Width of the image
Declaration
[JsonProperty(PropertyName = "width")]
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |