#include <aqbanking/job.h>
#include <aqbanking/transaction.h>
Go to the source code of this file.
Functions | |
AB_JOB * | AB_JobGetStandingOrders_new (AB_ACCOUNT *a) |
AB_TRANSACTION_LIST2 * | AB_JobGetStandingOrders_GetStandingOrders (const AB_JOB *j) |
|
Returns the list of transactions received. The job remains the owner of the list and all elements in it. |
|
Creates a job which retrieves a list of currently active standing orders for the given account.
|