Show / Hide Table of Contents

Class OrderManagementInitialPaymentMethod

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

Properties

| Improve this Doc View Source

Description

The description of the initial payment method.

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

Type

The type of the initial payment method.

Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty(PropertyName = "type")]
public OrderManagementInitialPaymentMethodType Type { get; set; }
Property Value
Type Description
OrderManagementInitialPaymentMethodType
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.