AccountTransaction.Value Property
Gets the value of this transaction. Negative values indicate withdraw transactions.
[DataMember(Name = "value")]
public double Value {get;}
This language is not supported or no code example is available.
[DataMember(Name = "value")]
public:
property double Value {
double get( );
}
This language is not supported or no code example is available.
public
DataMember(Name = "value")
function get Value() : double;
This language is not supported or no code example is available.
Property Value
double
The value.
In this article
Definition