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 SourceAssetUrls
Asset URLs
Declaration
[JsonProperty(PropertyName = "asset_urls")]
public PaymentMethodCategoryAssetUrls AssetUrls { get; set; }
  Property Value
| Type | Description | 
|---|---|
| PaymentMethodCategoryAssetUrls | 
Identifier
Id for the category
Declaration
[JsonProperty(PropertyName = "identifier")]
public string Identifier { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Name of the category
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |