AccountTransaction.Id Property
Gets the identifier of this transaction.
[DataMember(Name = "id")]
public int Id {get;}
This language is not supported or no code example is available.
[DataMember(Name = "id")]
public:
property int Id {
int get( );
}
This language is not supported or no code example is available.
public
DataMember(Name = "id")
function get Id() : int;
This language is not supported or no code example is available.
Property Value
int
The transaction identifier.
In this article
Definition