Show / Hide Table of Contents

Class PaymentMethodCategory

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

Properties

| Improve this Doc View Source

AssetUrls

Asset URLs

Declaration
[JsonProperty(PropertyName = "asset_urls")]
public PaymentMethodCategoryAssetUrls AssetUrls { get; set; }
Property Value
Type Description
PaymentMethodCategoryAssetUrls
| Improve this Doc View Source

Identifier

Id for the category

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

Name

Name of the category

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