Show / Hide Table of Contents

Class CheckoutMerchantUrls

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

Properties

| Improve this Doc View Source

AddressUpdate

URL for shipping, tax and purchase currency updates. Will be called on address changes. (must be https, max 2000 characters)

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

CancellationTerms

URL of merchant cancellation terms.(max 2000 characters)

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

Checkout

URL of merchant checkout page. Should be different than terms, confirmation and push URLs. (max 2000 characters)

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

Required

| Improve this Doc View Source

Confirmation

URL of merchant confirmation page. Should be different than checkout and confirmation URLs. (max 2000 characters)

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

Required

| Improve this Doc View Source

CountryChange

URL for shipping, tax and purchase currency updates. Will be called on purchase country changes. (must be https, max 2000 characters)

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

Notification

URL for notifications on pending orders. (max 2000 characters)

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

Push

URL that will be requested when an order is completed. Should be different than checkout and confirmation URLs. (max 2000 characters)

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

Required

| Improve this Doc View Source

ShippingOptionUpdate

URL for shipping option update. (must be https, max 2000 characters)

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

Terms

URL of merchant terms and conditions. Should be different than checkout, confirmation and push URLs.(max 2000 characters)

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

Required

| Improve this Doc View Source

Validation

URL that will be requested for final merchant validation. (must be https, max 2000 characters)

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