|
Open-Transactions
0.93.0-ge03d287
|
#include <BasketItem.hpp>

Public Member Functions | |
| BasketItem () | |
| ~BasketItem () | |
Public Attributes | |
| OTIdentifier | SUB_CONTRACT_ID |
| OTIdentifier | SUB_ACCOUNT_ID |
| int64_t | lMinimumTransferAmount |
| int64_t | lClosingTransactionNo |
Definition at line 147 of file BasketItem.hpp.
| opentxs::BasketItem::BasketItem | ( | ) |
Definition at line 140 of file BasketItem.cpp.
|
inline |
Definition at line 166 of file BasketItem.hpp.
| int64_t opentxs::BasketItem::lClosingTransactionNo |
Definition at line 163 of file BasketItem.hpp.
| int64_t opentxs::BasketItem::lMinimumTransferAmount |
Definition at line 153 of file BasketItem.hpp.
| OTIdentifier opentxs::BasketItem::SUB_ACCOUNT_ID |
Definition at line 151 of file BasketItem.hpp.
| OTIdentifier opentxs::BasketItem::SUB_CONTRACT_ID |
Definition at line 150 of file BasketItem.hpp.