TransferToAccountId Property
Account number where the bank transfer ((being initiated, modified or synchronized) is made to.
Object Oriented Interface
public function getTransferToAccountId(); public function setTransferToAccountId($value);
Procedural Interface
inebank_banktransfer_get($res, 51 ); inebank_banktransfer_set($res, 51, $value );
Default Value
''
Remarks
Account number where the bank transfer ((being initiated, modified or synchronized) is made to.
This is required to be provided when initiating or modifying a transfer (i.e., when TransferFunds or ModifyTransfer methods are called).
It is returned in the server response for each transfer being synchronized (when the SynchronizeTransfers method is called).
If TransferToAccountType is set to CreditCard, the TransferToAccountId is a credit card account number.
This property is not available at design time.
Data Type
String