Show / Hide Table of Contents

Class CallbackAddressUpdateResponse

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

Properties

| Improve this Doc View Source

Attachment

Additional purchase information required for some industries.

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

Locale

RFC 1766 customer's locale.

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

MerchantData

Pass through field (max 1024 characters).

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

OrderAmount

Non-negative, minor units. Total total amount of the order, including tax and any discounts.

Declaration
[JsonProperty(PropertyName = "order_amount")]
public int OrderAmount { get; set; }
Property Value
Type Description
System.Int32
Remarks

Required

| Improve this Doc View Source

OrderLines

The applicable order lines (max 1000)

Declaration
[JsonProperty(PropertyName = "order_lines")]
public ICollection<OrderLine> OrderLines { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<OrderLine>
Remarks

Required

| Improve this Doc View Source

OrderTaxAmount

Non-negative, minor units. The total tax amount of the order.

Declaration
[JsonProperty(PropertyName = "order_tax_amount")]
public int OrderTaxAmount { get; set; }
Property Value
Type Description
System.Int32
Remarks

Required

| Improve this Doc View Source

PurchaseCurrency

ISO 4217 purchase currency.

Declaration
[JsonProperty(PropertyName = "purchase_currency")]
public string PurchaseCurrency { get; set; }
Property Value
Type Description
System.String
Remarks

Required

| Improve this Doc View Source

ShippingOptions

A list of shipping options available for this order.

Declaration
[JsonProperty(PropertyName = "shipping_options")]
public ICollection<ShippingOption> ShippingOptions { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<ShippingOption>
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.