Class OffchainFee
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
Fee
The fee
[JsonProperty("fee")]
public string? Fee { get; set; }
Property Value
Token
The token
[JsonProperty("token")]
public string? Token { get; set; }
Property Value
TokenId
The token id
[JsonProperty("tokenId")]
public int TokenId { get; set; }