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 SourceAdditionalCheckbox
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
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