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 SourceDescription
The description of the initial payment method.
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |