Class PaymentMerchantUrls
Inheritance
System.Object
PaymentMerchantUrls
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 PaymentMerchantUrls
Properties
| Improve this Doc View SourceConfirmation
URL of merchant confirmation page (max 2000 characters).
Declaration
[JsonProperty(PropertyName = "confirmation")]
public string Confirmation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Required
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 |