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 SourceBack
Back URL
Declaration
[DataMember(Name = "back", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "back")]
public string Back { get; set; }
Property Value
Type | Description |
---|---|
System.String | Back URL |
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 |
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 |
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 |
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 |
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 |
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 |
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 SourceToJson()
Get the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
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()