Show / Hide Table of Contents

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
[Obsolete("This model is being deprecated. Use MerchantUrlsV1 from Klarna.Rest.Core.Model.HostedPaymentPage namespace instead")]
public class HostedPaymentPageMerchantUrls

Properties

| Improve this Doc View Source

Cancel

Cancel url

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

Failure

Failure url

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

PrivacyPolicy

Privacy policy url

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

Success

Success url

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

Terms

Terms url

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