Account.GetByCurrencyId Method

public AccountPosition GetByCurrencyId( 
byte currencyId 
)
This language is not supported or no code example is available.
public:  
AccountPosition^ GetByCurrencyId( 
Byte currencyId 
)
This language is not supported or no code example is available.
public function GetByCurrencyId( 
currencyId : byte 
) : AccountPosition;
This language is not supported or no code example is available.

Parameters

currencyId
byte

Return Value

AccountPosition

In this article

Definition