|
This type indicates who is to be charged for the EU transfer.
Definition at line 36 of file jobeutransfer.h. |
|
|
|
|
|
|
|
Returns !=0 if the IBAN field of a transaction can be used to specify the destination account. If 0 then the remote account info must set the traditional way (see AB_Transaction_SetRemoteBankCode). |
|
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. |
|
|
|
Indicate who is to be charged for this transfer (i.e. who has to pay the extra fees for this transfer). |
|
Set the country info list (containing information about valid destination countries and transfer limits per country). This function takes over the given list and all its members. |
|
Tell AqBanking whether it is allowed to specify the IBAN for the destination account. |
|
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_JobEuTransfer_GetTransaction. The remote country code in the transaction must refer to the destination country (see AB_Transaction_SetRemoteCountry). This transaction MUST NOT contain splits. |