Account.Add (AccountTransaction, Boolean) Method

Adds an account transaction to this account.
public void Add( 
AccountTransaction transaction
bool updateParent = true 
)
This language is not supported or no code example is available.
public:  
void Add( 
AccountTransaction^ transaction
bool updateParent 
)
This language is not supported or no code example is available.
public function Add( 
transaction : AccountTransaction
updateParent : boolean 
);
This language is not supported or no code example is available.

Parameters

transaction
AccountTransaction

The account transaction.

updateParent
bool

In this article

Definition