AccountTransactionList Constructor

public AccountTransactionList( 
AccountTransaction[] transactions 
)
This language is not supported or no code example is available.
public:  
AccountTransactionList( 
array< AccountTransaction^ >^ transactions 
)
This language is not supported or no code example is available.
public function AccountTransactionList( 
transactions : AccountTransaction[] 
);
This language is not supported or no code example is available.

Parameters

transactions
AccountTransaction[]

In this article

Definition