aqbanking  5.7.8
jobloadcellphone.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Mon Mar 01 2004
3  copyright : (C) 2004-2013 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * This file is part of the project "AqBanking". *
8  * Please see toplevel file COPYING of that project for license details. *
9  ***************************************************************************/
10 
11 
12 #ifndef AQBANKING_JOBLOADCELLPHONE_H
13 #define AQBANKING_JOBLOADCELLPHONE_H
14 
15 
16 #include <aqbanking/job.h>
18 #include <aqbanking/value.h>
19 
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
38  const AB_CELLPHONE_PRODUCT *p);
39 
43 
58 #ifdef __cplusplus
59 }
60 #endif
61  /* addtogroup */
63 
64 
65 #endif
66 
void AB_JobLoadCellPhone_SetPhoneNumber(AB_JOB *j, const char *n)
void AB_JobLoadCellPhone_SetCellPhoneProduct(AB_JOB *j, const AB_CELLPHONE_PRODUCT *p)
#define AQBANKING_API
Definition: error.h:55
const AB_CELLPHONE_PRODUCT * AB_JobLoadCellPhone_GetCellPhoneProduct(const AB_JOB *j)
struct AB_VALUE AB_VALUE
Definition: value.h:32
void AB_JobLoadCellPhone_SetValue(AB_JOB *j, const AB_VALUE *v)
AB_JOB * AB_JobLoadCellPhone_new(AB_ACCOUNT *a)
struct AB_JOB AB_JOB
Definition: job.h:106
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