API documentation  2.0rc1
Public Member Functions | List of all members
client::PaymentResponse Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

Objectget_details ()
 
Stringget_methodName ()
 
Stringget_payerEmail ()
 
Stringget_payerName ()
 
Stringget_payerPhone ()
 
Stringget_requestId ()
 
PaymentAddressget_shippingAddress ()
 
Stringget_shippingOption ()
 
Promisecomplete ()
 
ObjecttoJSON ()
 
PaymentResponseget_prototype ()
 
void set_prototype (PaymentResponse *)
 
 PaymentResponse ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ PaymentResponse()

client::PaymentResponse::PaymentResponse ( )

Member Function Documentation

◆ complete()

Promise* client::PaymentResponse::complete ( )

◆ get_details()

Object* client::PaymentResponse::get_details ( )

◆ get_methodName()

String* client::PaymentResponse::get_methodName ( )

◆ get_payerEmail()

String* client::PaymentResponse::get_payerEmail ( )

◆ get_payerName()

String* client::PaymentResponse::get_payerName ( )

◆ get_payerPhone()

String* client::PaymentResponse::get_payerPhone ( )

◆ get_prototype()

PaymentResponse* client::PaymentResponse::get_prototype ( )

◆ get_requestId()

String* client::PaymentResponse::get_requestId ( )

◆ get_shippingAddress()

PaymentAddress* client::PaymentResponse::get_shippingAddress ( )

◆ get_shippingOption()

String* client::PaymentResponse::get_shippingOption ( )

◆ set_prototype()

void client::PaymentResponse::set_prototype ( PaymentResponse )

◆ toJSON()

Object* client::PaymentResponse::toJSON ( )