Class Gui
Inheritance
System.Object
    Gui
  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 Gui
  Properties
| Improve this Doc View SourceOptions
An array of options to define the checkout behaviour. Supported options: disable_autofocux, minimal_confirmation.
Declaration
[JsonProperty(PropertyName = "options")]
public ICollection<string> Options { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<System.String> | 
Remarks
Read only