Show / Hide Table of Contents

Class CheckoutCustomer

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

Properties

| Improve this Doc View Source

DateOfBirth

ISO 8601 date. The customer date of birth.

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

OrganizationRegistrationId

The organization's official registration id (organization number). Applicable only for B2B orders

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

Type

The default supported value is 'person'. If B2B is enabled for the merchant, the value may be "organization".

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