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 SourceDateOfBirth
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 |
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 |
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 |