Show / Hide Table of Contents

Class AdditionalCheckboxV2

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

Properties

| Improve this Doc View Source

Checked

Default state of the additional checkbox. It will use this value when loaded for the first time.

Declaration
[JsonProperty(PropertyName = "checked")]
public bool Checked { get; set; }
Property Value
Type Description
System.Boolean
Remarks

Required

| Improve this Doc View Source

Id

Identifier used when presenting data back to merchant

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
System.String
Remarks

Required

| Improve this Doc View Source

Required

Whether it is required for the consumer to check the additional checkbox box or not in order to complete the purchase.

Declaration
[JsonProperty(PropertyName = "required")]
public bool Required { get; set; }
Property Value
Type Description
System.Boolean
Remarks

Required

| Improve this Doc View Source

Text

Text that will be displayed to the consumer aside the checkbox. Links and formatting can be added using Markdown. (max 255 characters)

Declaration
[JsonProperty(PropertyName = "text")]
public string Text { get; set; }
Property Value
Type Description
System.String
Remarks

Required

  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.