![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| Object * | get_details () |
| String * | get_methodName () |
| String * | get_payerEmail () |
| String * | get_payerName () |
| String * | get_payerPhone () |
| String * | get_requestId () |
| PaymentAddress * | get_shippingAddress () |
| String * | get_shippingOption () |
| Promise * | complete () |
| Object * | toJSON () |
| PaymentResponse * | get_prototype () |
| void | set_prototype (PaymentResponse *) |
| PaymentResponse () | |
Public Member Functions inherited from client::Object | |
| Object () | |
| template<typename T > | |
| T | valueOf () |
| operator double () const | |
| Object * | operator[] (const client::String &name) const |
| void | set_ (const client::String &name, Object *v) |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
| void | set_ (const client::String &name, T v) |
| bool | hasOwnProperty (const client::String &name) |
| client::PaymentResponse::PaymentResponse | ( | ) |
| Promise* client::PaymentResponse::complete | ( | ) |
| Object* client::PaymentResponse::get_details | ( | ) |
| String* client::PaymentResponse::get_methodName | ( | ) |
| String* client::PaymentResponse::get_payerEmail | ( | ) |
| String* client::PaymentResponse::get_payerName | ( | ) |
| String* client::PaymentResponse::get_payerPhone | ( | ) |
| PaymentResponse* client::PaymentResponse::get_prototype | ( | ) |
| String* client::PaymentResponse::get_requestId | ( | ) |
| PaymentAddress* client::PaymentResponse::get_shippingAddress | ( | ) |
| String* client::PaymentResponse::get_shippingOption | ( | ) |
| void client::PaymentResponse::set_prototype | ( | PaymentResponse * | ) |
| Object* client::PaymentResponse::toJSON | ( | ) |
1.8.13