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 SourceDateOfBirth
The customer date of birth. ISO 8601.
Declaration
[JsonProperty(PropertyName = "date_of_birth")]
public string DateOfBirth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NationalIdentificationNumber
The customer national identification number.
Declaration
[JsonProperty(PropertyName = "national_identification_number")]
public string NationalIdentificationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |