Go to the source code of this file.
Enumerations | |
| enum | param_val_location { pml_parm = 1, pml_user_parm = 2, pml_dynamic_order_id = 3, pml_dynamic_tran_id = 4, pml_dynamic_amount = 5, pml_parm = 1, pml_user_parm = 2, pml_dynamic_order_id = 3, pml_dynamic_tran_id = 4, pml_dynamic_amount = 5 } |
| enum | param_types { pt_all = 0, pt_pay = 1, pt_preauthorize = 2, pt_postauthorize = 3, pt_reverse = 4, pt_all = 0, pt_pay = 1, pt_preauthorize = 2, pt_postauthorize = 3, pt_reverse = 4 } |
| enum | interface_type { ui_none = 0, ui_text = 1, ui_cc_number = 2, ui_cc_exp = 3, ui_cvs = 4, ui_addr_verification = 5, ui_none = 0, ui_text = 1, ui_cc_number = 2, ui_cc_exp = 3, ui_cvs = 4, ui_addr_verification = 5 } |
Variables | |
| const char * | pay_val_location [] |
| const char * | pay_types [] |
| const char * | pay_interface_type [] |
| const size_t | pay_loc_count = 6 |
| const size_t | pay_type_count = 5 |
| const size_t | pay_iface_count = 6 |
| enum interface_type |
| ui_none | |
| ui_text | |
| ui_cc_number | |
| ui_cc_exp | |
| ui_cvs | |
| ui_addr_verification | |
| ui_none | |
| ui_text | |
| ui_cc_number | |
| ui_cc_exp | |
| ui_cvs | |
| ui_addr_verification |
Definition at line 43 of file paymentEnumerations.h.
| enum param_types |
| pt_all | |
| pt_pay | |
| pt_preauthorize | |
| pt_postauthorize | |
| pt_reverse | |
| pt_all | |
| pt_pay | |
| pt_preauthorize | |
| pt_postauthorize | |
| pt_reverse |
Definition at line 34 of file paymentEnumerations.h.
| enum param_val_location |
| pml_parm | |
| pml_user_parm | |
| pml_dynamic_order_id | |
| pml_dynamic_tran_id | |
| pml_dynamic_amount | |
| pml_parm | |
| pml_user_parm | |
| pml_dynamic_order_id | |
| pml_dynamic_tran_id | |
| pml_dynamic_amount |
Definition at line 25 of file paymentEnumerations.h.
| const size_t pay_iface_count = 6 |
Definition at line 85 of file paymentEnumerations.h.
Referenced by Payment_Type_Parameter_form::form_display().
| const char* pay_interface_type[] |
Initial value:
{
"none",
"text",
"cc number",
"cc expires",
"cvs",
"address verification"
}
Definition at line 73 of file paymentEnumerations.h.
Referenced by Payment_Type_Parameter_form::form_display(), and Payment_Type_Parameter_List::sendHotField().
| const size_t pay_loc_count = 6 |
Definition at line 83 of file paymentEnumerations.h.
Referenced by Payment_Type_Parameter_form::form_display().
| const size_t pay_type_count = 5 |
Definition at line 84 of file paymentEnumerations.h.
Referenced by Payment_Type_Parameter_form::form_display().
| const char* pay_types[] |
Initial value:
{
"all",
"pay",
"preauthorize",
"postauthorize",
"reverse"
}
Definition at line 64 of file paymentEnumerations.h.
Referenced by Payment_Type_Parameter_form::form_display(), and Payment_Type_Parameter_List::sendHotField().
| const char* pay_val_location[] |
Initial value:
{
"none - please choose",
"sys parm",
"user parm",
"dynamic order id",
"dynamic transaction id",
"dynamic amount"
}
Definition at line 54 of file paymentEnumerations.h.
Referenced by Payment_Type_Parameter_form::form_display(), and Payment_Type_Parameter_List::sendHotField().
1.5.5