Show / Hide Table of Contents

Class PaymentOptions

Inheritance
System.Object
PaymentOptions
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 PaymentOptions

Properties

| Improve this Doc View Source

ColorBorder

CSS hex color, e.g. "#FF9900"

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

ColorBorderSelected

CSS hex color, e.g. "#FF9900"

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

ColorButton

CSS hex color, e.g. "#FF9900"

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

ColorButtonText

CSS hex color, e.g. "#FF9900"

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

ColorCheckbox

CSS hex color, e.g. "#FF9900"

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

ColorCheckboxCheckmark

CSS hex color, e.g. "#FF9900"

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

ColorDetails

CSS hex color, e.g. "#FF9900"

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

ColorHeader

CSS hex color, e.g. "#FF9900"

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

ColorLink

CSS hex color, e.g. "#FF9900"

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

ColorText

CSS hex color, e.g. "#FF9900"

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

ColorTextSecondary

CSS hex color, e.g. "#FF9900"

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

RadiusBorder

Border radius

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