Show / Hide Table of Contents

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 Source

Countries

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>
| Improve this Doc View Source

Description

Description. (max 500 characters)

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Fee

Minor units. Includes tax.

Declaration
[JsonProperty(PropertyName = "fee")]
public int Fee { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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
| Improve this Doc View Source

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

| Improve this Doc View Source

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

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