Class HostedPaymentPageMerchantUrls
Create hosted payment page merchant URLs
Inheritance
System.Object
    HostedPaymentPageMerchantUrls
  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 HostedPaymentPageMerchantUrls
  Properties
| Improve this Doc View SourceCancel
Cancel url
Declaration
[JsonProperty(PropertyName = "cancel")]
public string Cancel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Failure
Failure url
Declaration
[JsonProperty(PropertyName = "failure")]
public string Failure { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PrivacyPolicy
Privacy policy url
Declaration
[JsonProperty(PropertyName = "privacy_policy")]
public string PrivacyPolicy { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Success
Success url
Declaration
[JsonProperty(PropertyName = "success")]
public string Success { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Terms
Terms url
Declaration
[JsonProperty(PropertyName = "terms")]
public string Terms { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |