Show / Hide Table of Contents

Class OrderManagementAddressInfo

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

Properties

| Improve this Doc View Source

City

City. Maximum 200 characters.

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

Country

Country. ISO 3166 alpha-2.

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

Email

E-mail address. Maximum 100 characters.

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

FamilyName

Family name. Maximum 100 characters.

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

GivenName

Given name. Maximum 100 characters.

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

Phone

Phone number. Maximum 100 characters.

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

PostalCode

Postcode. Maximum 10 characters.

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

Region

State/Region. Required for some countries. Maximum 200 characters.

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

StreetAddress

First line of street address. Maximum 100 characters.

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

StreetAddress2

Second line of street address. Maximum 100 characters.

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

Title

Title. Between 0 and 20 characters.

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