Class CheckoutMerchantUrls
Inheritance
Inherited Members
Namespace: Klarna.Rest.Core.Model
Assembly: Klarna.Rest.Core.dll
Syntax
public class CheckoutMerchantUrls
Properties
| Improve this Doc View SourceAddressUpdate
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 |
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 |
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
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
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 |
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 |
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
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 |
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
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 |