Class CallbackCountryChangeResponse
Inheritance
System.Object
    CallbackCountryChangeResponse
  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 CallbackCountryChangeResponse
  Properties
| Improve this Doc View SourceAttachment
Additional purchase information required for some industries.
Declaration
[JsonProperty(PropertyName = "attachment")]
public Attachment Attachment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Attachment | 
Locale
RFC 1766 customer's locale.
Declaration
[JsonProperty(PropertyName = "locale")]
public string Locale { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
MerchantData
Pass through field (max 1024 characters).
Declaration
[JsonProperty(PropertyName = "merchant_data")]
public string MerchantData { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
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
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
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
PurchaseCurrency
ISO 4217 purchase currency.
Declaration
[JsonProperty(PropertyName = "purchase_currency")]
public string PurchaseCurrency { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Required
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> |