Show / Hide Table of Contents

Class OrderManagementCustomer

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

Properties

| Improve this Doc View Source

DateOfBirth

The customer date of birth. ISO 8601.

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

NationalIdentificationNumber

The customer national identification number.

Declaration
[JsonProperty(PropertyName = "national_identification_number")]
public string NationalIdentificationNumber { 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.