Table of Contents

Class LuckyTokenAmounts

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

Red packet amounts

public class LuckyTokenAmounts
Inheritance
LuckyTokenAmounts
Inherited Members

Properties

Dust

Dust red packet amount

[JsonProperty("dust")]
public string? Dust { get; set; }

Property Value

string

Maximum

Maximum red packet amount

[JsonProperty("maximum")]
public string? Maximum { get; set; }

Property Value

string

Minimum

Minimum red packet amount

[JsonProperty("minimum")]
public string? Minimum { get; set; }

Property Value

string