UNPKG

transbank-sdk

Version:
14 lines (13 loc) 454 B
import _MallInscription from './mall_inscription'; import _MallTransaction from './mall_transaction'; declare namespace Oneclick { /** * Contains methods used to start, finish and delete Inscriptions. */ const MallInscription: typeof _MallInscription; /** * Contains methods used to authorize, commit, refund and capture mall Transactions. */ const MallTransaction: typeof _MallTransaction; } export default Oneclick;