UNPKG

transbank-sdk

Version:
15 lines (14 loc) 487 B
import _MallInscription from './mall_inscription'; import _MallTransaction from './mall_transaction'; var Oneclick; (function (Oneclick) { /** * Contains methods used to start, finish and delete Inscriptions. */ Oneclick.MallInscription = _MallInscription; /** * Contains methods used to authorize, commit, refund and capture mall Transactions. */ Oneclick.MallTransaction = _MallTransaction; })(Oneclick || (Oneclick = {})); export default Oneclick;