Show / Hide Table of Contents

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

Gender

The customer gender

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

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
| Improve this Doc View Source

NationalIdentificationNumber

The customer's 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

OrganizationEntityType

Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty(PropertyName = "organization_entity_type")]
public PaymentCustomerOrganizationEntityType OrganizationEntityType { get; set; }
Property Value
Type Description
PaymentCustomerOrganizationEntityType
| Improve this Doc View Source

OrganizationRegistrationId

Organization entity type

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

Title

The customer's title

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

Type

Type

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

VatId

VAT id

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