An internal transfer is a transfer between two accounts of the same customer at the same bank. Some banks only allow to use this job for this kind of transfer while others only allow normal transfers (as described in National Transfer).
◆ AB_JobInternalTransfer_GetFieldLimits()
Returns the transaction field limits for this job.
◆ AB_JobInternalTransfer_GetTransaction()
Returns the currently stored transaction for this job. After the job has been executed by the backend the transaction returned will very likely be a pointer to the validated replacement for the initially given transaction.
◆ AB_JobInternalTransfer_new()
◆ AB_JobInternalTransfer_SetFieldLimits()
This function lets the backend specify the limits for some of the fields of a AB_TRANSACTION.
◆ AB_JobInternalTransfer_SetTransaction()
This function sets the transfer to be performed. Please note that the backend might later replace the transaction given here with a validated version (upon execution of the job). So if you want to be sure that you have the recent version of the transaction you should call AB_JobInternalTransfer_GetTransaction. This transaction MUST NOT contain splits.