Account.Add (AccountTransaction, Boolean) Method
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.
Parameters
- transaction
- AccountTransaction
The account transaction.
- updateParent
- bool