#include <aqbanking/account_be.h>#include <aqbanking/transaction.h>#include <aqdtaus/provider.h>#include <aqdtaus/account.h>#include <gwenhywfar/misc.h>Go to the source code of this file.
Typedefs | |
| typedef AD_JOB | AD_JOB |
Functions | |
| AD_JOB * | AD_Job_new (AB_ACCOUNT *acc, int isDebitJob, GWEN_TYPE_UINT32 jid) |
| void | AD_Job_free (AD_JOB *dj) |
| void | AD_Job_AddTransfer (AD_JOB *dj, AB_TRANSACTION *t) |
| int | AD_Job_GetTransferCount (const AD_JOB *dj) |
| AB_TRANSACTION_LIST2 * | AD_Job_GetTransfers (const AD_JOB *dj) |
| int | AD_Job_GetIsDebitNote (const AD_JOB *dj) |
| AB_ACCOUNT * | AD_Job_GetAccount (const AD_JOB *dj) |
| GWEN_TYPE_UINT32 | AD_Job_GetJobId (const AD_JOB *dj) |
| void | AD_Job_SetResult (AD_JOB *dj, int code, const char *text) |
| int | AD_Job_GetResultCode (const AD_JOB *dj) |
| const char * | AD_Job_GetResultText (const AD_JOB *dj) |
|
|
Definition at line 28 of file aqdtaus/job.h. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.4.6