Smartswitch
|
This interface allows to manipulate a RefillVoucher. More...
defined in <RefillVoucher.ice>
interface RefillVoucher extends Smartswitch::Destroyable { ... }
Operations | |
CurrencyAmount | getAmount () |
Obtain the CurrencyAmount of this RefillVoucher. More... | |
string | getRefillDate () |
Obtain the date and time when this RefillVoucher has been applied. More... | |
Peer::User * | getUser () |
Obtain the proxy for a User to whom this RefillVoucher has been applied to refill User balance. More... | |
Operations inherited from Smartswitch::Destroyable | |
void | destroy () |
Destroy the proxy entity at the Smartswitch side. More... | |
This interface allows to manipulate a RefillVoucher.
CurrencyAmount getAmount | ( | ) |
Obtain the CurrencyAmount of this RefillVoucher.
string getRefillDate | ( | ) |
Obtain the date and time when this RefillVoucher has been applied.
Empty
, if this RefillVoucher hasn't been applied yet. Peer::User* getUser | ( | ) |
Obtain the proxy for a User to whom this RefillVoucher has been applied to refill User balance.