Show / Hide Table of Contents

Class CustomerTokenStatusUpdateRequest

Customer token status update

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

Properties

| Improve this Doc View Source

Status

The token status to update to. Can be 'CANCELLED'.

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

The token status to update to. Can be 'CANCELLED'.

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.