transbank-sdk
Version:
Transbank SDK for Node.js
14 lines (13 loc) • 454 B
TypeScript
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;