Show / Hide Table of Contents

Class ExpiresAt

Inheritance
System.Object
ExpiresAt
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 ExpiresAt

Properties

| Improve this Doc View Source

EpochSecond

Declaration
[JsonProperty(PropertyName = "epoch_second")]
public int EpochSecond { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Nano

Declaration
[JsonProperty(PropertyName = "nano")]
public int Nano { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.