Show / Hide Table of Contents

Class MerchantUrlsV1

Inheritance
System.Object
MerchantUrlsV1
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)
Namespace: Klarna.Rest.Core.Model.HostedPaymentPage
Assembly: Klarna.Rest.Core.dll
Syntax
[DataContract]
public class MerchantUrlsV1

Properties

| Improve this Doc View Source

Back

Back URL

Declaration
[DataMember(Name = "back", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "back")]
public string Back { get; set; }
Property Value
Type Description
System.String

Back URL

| Improve this Doc View Source

Cancel

Cancel URL

Declaration
[DataMember(Name = "cancel", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "cancel")]
public string Cancel { get; set; }
Property Value
Type Description
System.String

Cancel URL

| Improve this Doc View Source

Error

System error URL

Declaration
[DataMember(Name = "error", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "error")]
public string Error { get; set; }
Property Value
Type Description
System.String

System error URL

| Improve this Doc View Source

Failure

Failure URL

Declaration
[DataMember(Name = "failure", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "failure")]
public string Failure { get; set; }
Property Value
Type Description
System.String

Failure URL

| Improve this Doc View Source

PrivacyPolicy

Privacy policy URL

Declaration
[DataMember(Name = "privacy_policy", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "privacy_policy")]
public string PrivacyPolicy { get; set; }
Property Value
Type Description
System.String

Privacy policy URL

| Improve this Doc View Source

StatusUpdate

Status update URL

Declaration
[DataMember(Name = "status_update", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "status_update")]
public string StatusUpdate { get; set; }
Property Value
Type Description
System.String

Status update URL

| Improve this Doc View Source

Success

Success URL

Declaration
[DataMember(Name = "success", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "success")]
public string Success { get; set; }
Property Value
Type Description
System.String

Success URL

| Improve this Doc View Source

Terms

Terms URL

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

Terms URL

Methods

| Improve this Doc View Source

ToJson()

Get the JSON string presentation of the object

Declaration
public string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object

| Improve this Doc View Source

ToString()

Get the string presentation of the object

Declaration
public override string ToString()
Returns
Type Description
System.String

String presentation of the object

Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.