#include <ocPayflowPro.h>
Public Member Functions | |
| ocPfParam (const string &inKey, const string &inValue) | |
| virtual | ~ocPfParam () |
| ocPfParam (const ocPfParam &in) | |
| const ocPfParam | operator= (const ocPfParam in) |
| const char * | toString (bool endTag) |
| ocPfParam (const string &inKey, const string &inValue) | |
| virtual | ~ocPfParam () |
| ocPfParam (const ocPfParam &in) | |
| const ocPfParam | operator= (const ocPfParam in) |
| const char * | toString (bool endTag) |
Private Attributes | |
| string | key |
| string | value |
| string | strParam |
Definition at line 15 of file ocPayflowPro.h.
| ocPfParam::ocPfParam | ( | const string & | inKey, | |
| const string & | inValue | |||
| ) | [inline] |
| virtual ocPfParam::~ocPfParam | ( | ) | [inline, virtual] |
Definition at line 36 of file ocPayflowPro.h.
| ocPfParam::ocPfParam | ( | const ocPfParam & | in | ) | [inline] |
Definition at line 38 of file ocPayflowPro.h.
| ocPfParam::ocPfParam | ( | const string & | inKey, | |
| const string & | inValue | |||
| ) | [inline] |
| virtual ocPfParam::~ocPfParam | ( | ) | [inline, virtual] |
Definition at line 36 of file ocPayflowPro.h.
| ocPfParam::ocPfParam | ( | const ocPfParam & | in | ) | [inline] |
Definition at line 38 of file ocPayflowPro.h.
| const char* ocPfParam::toString | ( | bool | endTag | ) | [inline] |
Definition at line 46 of file ocPayflowPro.h.
References key, strParam, and value.
Referenced by ocPayflowPro::submitTransaction().
| const char* ocPfParam::toString | ( | bool | endTag | ) | [inline] |
string ocPfParam::key [private] |
Definition at line 17 of file ocPayflowPro.h.
Referenced by ocPfParam(), operator=(), and toString().
string ocPfParam::value [private] |
Definition at line 18 of file ocPayflowPro.h.
Referenced by ocPfParam(), operator=(), and toString().
string ocPfParam::strParam [private] |
1.5.5