Account.Transactions Property

Gets the list of account transactions.
public List<AccountTransaction> Transactions {get;}
This language is not supported or no code example is available.
public:  
property List<AccountTransaction^>^ Transactions { 
List<AccountTransaction^>^ get( ); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

List<AccountTransaction>

The list of account transactions.

In this article

Definition