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 SourceEpochSecond
Declaration
[JsonProperty(PropertyName = "epoch_second")]
public int EpochSecond { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Nano
Declaration
[JsonProperty(PropertyName = "nano")]
public int Nano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |