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