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 SourceColorBorder
CSS hex color, e.g. "#FF9900"
Declaration
[JsonProperty(PropertyName = "color_border")]
public string ColorBorder { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ColorBorderSelected
CSS hex color, e.g. "#FF9900"
Declaration
[JsonProperty(PropertyName = "color_border_selected")]
public string ColorBorderSelected { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ColorButton
CSS hex color, e.g. "#FF9900"
Declaration
[JsonProperty(PropertyName = "color_button")]
public string ColorButton { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ColorButtonText
CSS hex color, e.g. "#FF9900"
Declaration
[JsonProperty(PropertyName = "color_button_text")]
public string ColorButtonText { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ColorCheckbox
CSS hex color, e.g. "#FF9900"
Declaration
[JsonProperty(PropertyName = "color_checkbox")]
public string ColorCheckbox { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ColorCheckboxCheckmark
CSS hex color, e.g. "#FF9900"
Declaration
[JsonProperty(PropertyName = "color_checkbox_checkmark")]
public string ColorCheckboxCheckmark { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ColorDetails
CSS hex color, e.g. "#FF9900"
Declaration
[JsonProperty(PropertyName = "color_details")]
public string ColorDetails { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ColorHeader
CSS hex color, e.g. "#FF9900"
Declaration
[JsonProperty(PropertyName = "color_header")]
public string ColorHeader { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ColorLink
CSS hex color, e.g. "#FF9900"
Declaration
[JsonProperty(PropertyName = "color_link")]
public string ColorLink { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ColorText
CSS hex color, e.g. "#FF9900"
Declaration
[JsonProperty(PropertyName = "color_text")]
public string ColorText { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ColorTextSecondary
CSS hex color, e.g. "#FF9900"
Declaration
[JsonProperty(PropertyName = "color_text_secondary")]
public string ColorTextSecondary { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
RadiusBorder
Border radius
Declaration
[JsonProperty(PropertyName = "radius_border")]
public string RadiusBorder { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |