aqbanking  5.7.8
Functions

Functions

AB_JOBAB_JobSingleDebitNote_new (AB_ACCOUNT *a)
 

Arguments

AQBANKING_DEPRECATED int AB_JobSingleDebitNote_SetTransaction (AB_JOB *j, const AB_TRANSACTION *t)
 
AQBANKING_DEPRECATED AB_TRANSACTIONAB_JobSingleDebitNote_GetTransaction (const AB_JOB *j)
 

Parameters

The functions in this group are only available after the function AB_Job_CheckAvailability has been called and only if that call flagged success (i.e. that the job is available).

AQBANKING_DEPRECATED const AB_TRANSACTION_LIMITSAB_JobSingleDebitNote_GetFieldLimits (AB_JOB *j)
 

Backend Functions

Functions in this group are only to be called by banking backends.

AQBANKING_DEPRECATED void AB_JobSingleDebitNote_SetFieldLimits (AB_JOB *j, AB_TRANSACTION_LIMITS *limits)
 

Detailed Description

Debit notes are inverse transfers: You specify an account from which you want to draw money to on of your accounts.

Obviously not every customer is allowed to draw from any other account. This feature is only reserved for business customers of credit institutes (not restricted by us but by your credit institute).

In most cases your are required to sign a special document with your bank to be able to use such a jib.

Function Documentation

◆ AB_JobSingleDebitNote_GetFieldLimits()

AQBANKING_DEPRECATED const AB_TRANSACTION_LIMITS* AB_JobSingleDebitNote_GetFieldLimits ( AB_JOB j)

Returns the transaction field limits for this job.

◆ AB_JobSingleDebitNote_GetTransaction()

AQBANKING_DEPRECATED AB_TRANSACTION* AB_JobSingleDebitNote_GetTransaction ( const AB_JOB j)

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_JobSingleDebitNote_new()

AB_JOB* AB_JobSingleDebitNote_new ( AB_ACCOUNT a)

◆ AB_JobSingleDebitNote_SetFieldLimits()

AQBANKING_DEPRECATED void AB_JobSingleDebitNote_SetFieldLimits ( AB_JOB j,
AB_TRANSACTION_LIMITS limits 
)

This function lets the backend specify the limits for some of the fields of a AB_TRANSACTION.

◆ AB_JobSingleDebitNote_SetTransaction()

AQBANKING_DEPRECATED int AB_JobSingleDebitNote_SetTransaction ( AB_JOB j,
const AB_TRANSACTION t 
)

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_JobSingleDebitNote_GetTransaction. This transaction MUST NOT contain splits.