Class ExternalCheckout
Inheritance
System.Object
    ExternalCheckout
  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 ExternalCheckout
  Properties
| Improve this Doc View SourceCountries
If specified, limits the method to the listed countries (ISO 3166 alpha-2)
Declaration
[JsonProperty(PropertyName = "countries")]
public ICollection<string> Countries { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<System.String> | 
Description
Description. (max 500 characters)
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Fee
Minor units. Includes tax.
Declaration
[JsonProperty(PropertyName = "fee")]
public int Fee { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ImageUrl
URL to an image to display. (must be https, max 2000 characters)
Declaration
[JsonProperty(PropertyName = "image_url")]
public string ImageUrl { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
The name of the payment provider. (max 255 characters)
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Required
RedirectUrl
URL to redirect to. (must be https, min 7, max 2000 characters)
Declaration
[JsonProperty(PropertyName = "redirect_url")]
public string RedirectUrl { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Required