Show / Hide Table of Contents

Class MerchantRequested

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

Properties

| Improve this Doc View Source

AdditionalCheckbox

Informs whether the AdditionalCheckbox is checked or not, when applicable.

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

Read only

| Improve this Doc View Source

AdditionalCheckboxes

Informs whether the AdditionalCheckboxes is checked or not, when applicable.

Declaration
[JsonProperty(PropertyName = "additional_checkboxes")]
public ICollection<MerchantRequestedAdditionalCheckbox> AdditionalCheckboxes { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<MerchantRequestedAdditionalCheckbox>
Remarks

Read only

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