AccountTransactionList.AccountTransactions Property
public AccountTransaction[] AccountTransactions {get; set;}
This language is not supported or no code example is available.
public:
property array< AccountTransaction^ >^ AccountTransactions {
array< AccountTransaction^ >^ get( );
void set(
array< AccountTransaction^ >^ value
);
}
This language is not supported or no code example is available.
public function get AccountTransactions() : AccountTransaction[];
public function set AccountTransactions(value : AccountTransaction[]);
This language is not supported or no code example is available.