Show / Hide Table of Contents

Class PaymentAddressInfo

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

Properties

| Improve this Doc View Source

Attention

Attention

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

City

City.

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

Country

ISO 3166 alpha-2. Country.

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

Email

E-mail address.

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

FamilyName

Family name.

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

GivenName

Given name.

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

OrganizationName

Organization name.

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

Phone

Phone number.

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

PostalCode

Postal/post code.

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

Region

State or Region.

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

StreetAddress

Street address, first line.

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

StreetAddress2

Street address, second line.

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

Title

Title.

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.