Class PaymentCustomer
Inheritance
System.Object
PaymentCustomer
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 PaymentCustomer
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 |
Gender
The customer gender
Declaration
[JsonProperty(PropertyName = "gender")]
public string Gender { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastFourSsn
Last four digits for customer social security number
Declaration
[JsonProperty(PropertyName = "last_four_ssn")]
public string LastFourSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NationalIdentificationNumber
The customer's national identification number
Declaration
[JsonProperty(PropertyName = "national_identification_number")]
public string NationalIdentificationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrganizationEntityType
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty(PropertyName = "organization_entity_type")]
public PaymentCustomerOrganizationEntityType OrganizationEntityType { get; set; }
Property Value
Type | Description |
---|---|
PaymentCustomerOrganizationEntityType |
OrganizationRegistrationId
Organization entity type
Declaration
[JsonProperty(PropertyName = "organization_registration_id")]
public string OrganizationRegistrationId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
The customer's title
Declaration
[JsonProperty(PropertyName = "title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Type
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VatId
VAT id
Declaration
[JsonProperty(PropertyName = "vat_id")]
public string VatId { get; set; }
Property Value
Type | Description |
---|---|
System.String |