const AB_CELLPHONE_PRODUCT* AB_JobLoadCellPhone_GetCellPhoneProduct | ( | const AB_JOB * | j | ) |
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)
const char* AB_JobLoadCellPhone_GetPhoneNumber | ( | const AB_JOB * | j | ) |
AB_JOB* AB_JobLoadCellPhone_new | ( | AB_ACCOUNT * | a | ) |
void AB_JobLoadCellPhone_SetCellPhoneProduct | ( | AB_JOB * | j, | |
const AB_CELLPHONE_PRODUCT * | p | |||
) |
void AB_JobLoadCellPhone_SetPhoneNumber | ( | AB_JOB * | j, | |
const char * | n | |||
) |
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).