Table of Contents

Class Pending

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The pending status

public class Pending
Inheritance
Pending
Inherited Members

Properties

Deposit

Deposit status

[JsonProperty("deposit")]
public string? Deposit { get; set; }

Property Value

string

Withdraw

Withdraw status

[JsonProperty("withdraw")]
public string? Withdraw { get; set; }

Property Value

string