Table of Contents

Class OrderUserRateAmountResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The order user rate amount

public class OrderUserRateAmountResponse
Inheritance
OrderUserRateAmountResponse
Inherited Members

Properties

Amounts

Amounts

[JsonProperty("amounts")]
public List<Amount>? Amounts { get; set; }

Property Value

List<Amount>

CacheOverdueAt

When cache is overdue

[JsonProperty("cacheOverdueAt")]
public int CacheOverdueAt { get; set; }

Property Value

int

GasPrice

Gas price

[JsonProperty("gasPrice")]
public string? GasPrice { get; set; }

Property Value

string