Table of Contents

Class StorageIdResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The storage id API response

public class StorageIdResponse
Inheritance
StorageIdResponse
Inherited Members

Properties

OffchainId

The offchain id

[JsonProperty("offchainId")]
public int OffchainId { get; set; }

Property Value

int

OrderId

The order id

[JsonProperty("orderId")]
public int OrderId { get; set; }

Property Value

int