aqbanking  5.7.8
G_AB_JOBS_LOADCELLPHONE

Constructor

AB_JOBAB_JobLoadCellPhone_new (AB_ACCOUNT *a)
 

Job Arguments

void AB_JobLoadCellPhone_SetCellPhoneProduct (AB_JOB *j, const AB_CELLPHONE_PRODUCT *p)
 
const AB_CELLPHONE_PRODUCTAB_JobLoadCellPhone_GetCellPhoneProduct (const AB_JOB *j)
 
void AB_JobLoadCellPhone_SetPhoneNumber (AB_JOB *j, const char *n)
 
const char * AB_JobLoadCellPhone_GetPhoneNumber (const AB_JOB *j)
 
void AB_JobLoadCellPhone_SetValue (AB_JOB *j, const AB_VALUE *v)
 
const AB_VALUEAB_JobLoadCellPhone_GetValue (const AB_JOB *j)
 

Job Parameters

const AB_CELLPHONE_PRODUCT_LISTAB_JobLoadCellPhone_GetCellPhoneProductList (const AB_JOB *j)
 

Backend Functions

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

void AB_JobLoadCellPhone_SetProductList (AB_JOB *j, AB_CELLPHONE_PRODUCT_LIST *l)
 

Detailed Description

Function Documentation

◆ AB_JobLoadCellPhone_GetCellPhoneProduct()

const AB_CELLPHONE_PRODUCT* AB_JobLoadCellPhone_GetCellPhoneProduct ( const AB_JOB j)

◆ AB_JobLoadCellPhone_GetCellPhoneProductList()

const AB_CELLPHONE_PRODUCT_LIST* AB_JobLoadCellPhone_GetCellPhoneProductList ( const AB_JOB j)

Returns a list of supported cell phone products (prepaid cards) The jobs remains the owner of the object returned (if any)

◆ AB_JobLoadCellPhone_GetPhoneNumber()

const char* AB_JobLoadCellPhone_GetPhoneNumber ( const AB_JOB j)

◆ AB_JobLoadCellPhone_GetValue()

const AB_VALUE* AB_JobLoadCellPhone_GetValue ( const AB_JOB j)

◆ AB_JobLoadCellPhone_new()

AB_JOB* AB_JobLoadCellPhone_new ( AB_ACCOUNT a)

◆ AB_JobLoadCellPhone_SetCellPhoneProduct()

void AB_JobLoadCellPhone_SetCellPhoneProduct ( AB_JOB j,
const AB_CELLPHONE_PRODUCT p 
)

◆ AB_JobLoadCellPhone_SetPhoneNumber()

void AB_JobLoadCellPhone_SetPhoneNumber ( AB_JOB j,
const char *  n 
)

◆ AB_JobLoadCellPhone_SetProductList()

void AB_JobLoadCellPhone_SetProductList ( AB_JOB j,
AB_CELLPHONE_PRODUCT_LIST l 
)

Set the list of supported cellphone prepaid card products. The list given MUST NOT be empty! If you want to state that no products are supported use NULL as argument. The jobs becomes the owner of the lst given (if any).

◆ AB_JobLoadCellPhone_SetValue()

void AB_JobLoadCellPhone_SetValue ( AB_JOB j,
const AB_VALUE v 
)