Class GetTransactionInfoResponse
Inheritance
System.Object
GetTransactionInfoResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.DogeAPI
Assembly: VEDriversLite.dll
Syntax
public class GetTransactionInfoResponse
Properties
| Improve this Doc View SourceSuccess
Success flag
Declaration
[JsonProperty("status", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Success { get; set; }
Property Value
Type | Description |
---|---|
System. |
Transaction
Transaction object
Declaration
[JsonProperty("data", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public TransactionResponseObject Transaction { get; set; }
Property Value
Type | Description |
---|---|
Transaction |