UNPKG

sibs-payments

Version:

A payment system module for SIBS payments integration with card tokenization support

7 lines 202 B
import { IAM, MbRefData } from "./types"; declare function MbRef(iam: IAM, data: MbRefData): Promise<{ auth: any; payment: any; }>; export { MbRef }; //# sourceMappingURL=purchase-mbref.d.ts.map