12 #ifndef AQBANKING_JOBLOADCELLPHONE_H 13 #define AQBANKING_JOBLOADCELLPHONE_H
void AB_JobLoadCellPhone_SetPhoneNumber(AB_JOB *j, const char *n)
void AB_JobLoadCellPhone_SetCellPhoneProduct(AB_JOB *j, const AB_CELLPHONE_PRODUCT *p)
const AB_CELLPHONE_PRODUCT * AB_JobLoadCellPhone_GetCellPhoneProduct(const AB_JOB *j)
void AB_JobLoadCellPhone_SetValue(AB_JOB *j, const AB_VALUE *v)
AB_JOB * AB_JobLoadCellPhone_new(AB_ACCOUNT *a)
struct AB_CELLPHONE_PRODUCT AB_CELLPHONE_PRODUCT
const char * AB_JobLoadCellPhone_GetPhoneNumber(const AB_JOB *j)
const AB_CELLPHONE_PRODUCT_LIST * AB_JobLoadCellPhone_GetCellPhoneProductList(const AB_JOB *j)
const AB_VALUE * AB_JobLoadCellPhone_GetValue(const AB_JOB *j)
struct AB_ACCOUNT AB_ACCOUNT