Class CheckoutAddressInfo
Inheritance
System.Object
    CheckoutAddressInfo
  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 CheckoutAddressInfo
  Properties
| Improve this Doc View SourceAttention
Declaration
[JsonProperty(PropertyName = "attention")]
public string Attention { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
CareOf
Care of.
Declaration
[JsonProperty(PropertyName = "care_of")]
public string CareOf { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
City
Declaration
[JsonProperty(PropertyName = "city")]
public string City { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Country
ISO 3166 alpha-2 Country.
Declaration
[JsonProperty(PropertyName = "country")]
public string Country { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Declaration
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FamilyName
Declaration
[JsonProperty(PropertyName = "family_name")]
public string FamilyName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
GivenName
Declaration
[JsonProperty(PropertyName = "given_name")]
public string GivenName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
HouseExtension
House extension. Only applicable in NL
Declaration
[JsonProperty(PropertyName = "house_extension")]
public string HouseExtension { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
OrganizationName
Declaration
[JsonProperty(PropertyName = "organization_name")]
public string OrganizationName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Phone
Phone number.
Declaration
[JsonProperty(PropertyName = "phone")]
public string Phone { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PostalCode
Postal/post code.
Declaration
[JsonProperty(PropertyName = "postal_code")]
public string PostalCode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Reference
Declaration
[JsonProperty(PropertyName = "reference")]
public string Reference { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Region
State or Region.
Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
StreetAddress
Street address, first line.
Declaration
[JsonProperty(PropertyName = "street_address")]
public string StreetAddress { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
StreetAddress2
Street address, second line.
Declaration
[JsonProperty(PropertyName = "street_address2")]
public string StreetAddress2 { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
StreetName
Street name. Only applicable in DE/AT/NL. Do not combine with street_address. See streetNumber.
Declaration
[JsonProperty(PropertyName = "street_name")]
public string StreetName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
StreetNumber
Street number. Only applicable in DE/AT/NL. Do not combine with street_address. See streetName.
Declaration
[JsonProperty(PropertyName = "street_number")]
public string StreetNumber { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Title
Title. Valid values for UK: Mr Ms Mrs Miss Valid values for DACH: Herr Frau Valid values for NL: Dhr. Mevr.
Declaration
[JsonProperty(PropertyName = "title")]
public string Title { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |