Account.Withdraw (DateTime, Double, Byte, String, Boolean) Method
Withdraws an amount of currency from this account.
byte currencyId = OberMind.CurrencyId.USD, |
This language is not supported or no code example is available.
public function Withdraw( |
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
dateTime
-
DateTime
The date time.
-
value
-
double
The value.
-
currencyId
-
byte
The currency identifier.
-
text
-
string
The text.
-
updateParent
-
bool