Table of Contents

Class OffchainFee

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The offchain fee info

public class OffchainFee
Inheritance
OffchainFee
Inherited Members

Properties

Discount

The discount, related to VIP levels

[JsonProperty("discount")]
public decimal Discount { get; set; }

Property Value

decimal

Fee

The fee

[JsonProperty("fee")]
public string? Fee { get; set; }

Property Value

string

Token

The token

[JsonProperty("token")]
public string? Token { get; set; }

Property Value

string

TokenId

The token id

[JsonProperty("tokenId")]
public int TokenId { get; set; }

Property Value

int