Table of Contents

Class OrderResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The order API response

public class OrderResponse
Inheritance
OrderResponse
Inherited Members

Properties

AccountId

The account id

[JsonProperty("accountId")]
public int AccountId { get; set; }

Property Value

int

ClientOrderId

The client order id

[JsonProperty("clientOrderId")]
public string? ClientOrderId { get; set; }

Property Value

string

Hash

The hash

[JsonProperty("hash")]
public string? Hash { get; set; }

Property Value

string

IsIdempotent

If idempotent

[JsonProperty("isIdempotent")]
public bool IsIdempotent { get; set; }

Property Value

bool

Status

The status

[JsonProperty("status")]
public string? Status { get; set; }

Property Value

string

StorageId

The storage id

[JsonProperty("storageId")]
public int StorageId { get; set; }

Property Value

int

Tokens

The tokens

[JsonProperty("tokens")]
public List<int>? Tokens { get; set; }

Property Value

List<int>