ChargeResult Struct Reference
The result of the charge request.
#include <scmTypes.h>
Public Attributes | |
| std::string | uid = "" |
| UID card. | |
| boost::system::error_code | errorCode |
| Transaction code result. | |
| SolutionCode | solutionCode = NA_SOLUTION |
| Solution code. | |
| RequestType | type = NA_REQUEST |
| Type of the request. | |
| std::string | PAN = "" |
| Credit card PAN (123456******5678/123456*********5678) | |
| std::string | operationId = "" |
| Operation identifier. | |
| ProductTypeId | productTypeId = NA_PRODUCT |
| Product type identifier. | |
| TechTypeId | techTypeId = NA_TECH |
| Technology type identifier. | |
| std::string | appId = "" |
| Application identifier, it indicates the smart card brand of the operation. | |
| std::string | countryId = "" |
| The issuing country of the smart card. | |
| std::string | timestamp = "" |
| Date. | |
