iberbox
2.1.2
|
The Payment Info Data class. More...
Public Member Functions | |
int | getId () const |
Gets the identifier of the payment. More... | |
std::string | getInfo () const |
Gets the Info object. More... | |
std::string | getSignature () const |
Gets the signature of the payment. More... | |
std::string | getSignatureVersion () const |
Gets the signature version. More... | |
std::string | getUrl () const |
Gets the Url object. More... | |
PaymentInfoData () | |
Constructs a new Payment Info Data object. More... | |
virtual | ~PaymentInfoData () |
Destroys the Payment Info Data object. More... | |
The Payment Info Data class.
iberbox::PaymentInfoData::PaymentInfoData | ( | ) |
Constructs a new Payment Info Data object.
|
virtual |
Destroys the Payment Info Data object.
int iberbox::PaymentInfoData::getId | ( | ) | const |
Gets the identifier of the payment.
std::string iberbox::PaymentInfoData::getInfo | ( | ) | const |
Gets the Info object.
std::string iberbox::PaymentInfoData::getSignature | ( | ) | const |
Gets the signature of the payment.
std::string iberbox::PaymentInfoData::getSignatureVersion | ( | ) | const |
Gets the signature version.
std::string iberbox::PaymentInfoData::getUrl | ( | ) | const |
Gets the Url object.