Show / Hide Table of Contents

Class OrderManagementCustomerAddresses

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

Properties

| Improve this Doc View Source

BillingAddress

Customer billing address.

Declaration
[JsonProperty(PropertyName = "billing_address")]
public OrderManagementAddressInfo BillingAddress { get; set; }
Property Value
Type Description
OrderManagementAddressInfo
| Improve this Doc View Source

ShippingAddress

Customer shipping address.

Declaration
[JsonProperty(PropertyName = "shipping_address")]
public OrderManagementAddressInfo ShippingAddress { get; set; }
Property Value
Type Description
OrderManagementAddressInfo
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.