africastalking-ts
Version:
Unofficial Typescript version of the Africa's Talking SDK
16 lines (15 loc) • 890 B
text/typescript
export { bankCheckoutCharge } from './bank/bankCheckoutCharge';
export { bankCheckoutValidate } from './bank/bankCheckoutValidate';
export { bankTransfer } from './bank/bankTransfer';
export { cardCheckoutCharge } from './card/cardCheckoutCharge';
export { cardCheckoutValidate } from './card/cardCheckoutValidate';
export { mobileB2B } from './mobile/mobileB2B';
export { mobileB2C } from './mobile/mobileB2C';
export { mobileCheckout } from './mobile/mobileCheckout';
export { mobileData } from './mobile/mobileData';
export { fetchProductTransactions } from './query/fetchProductTransactions';
export { fetchWalletBalance } from './query/fetchWalletBalance';
export { fetchWalletTransactions } from './query/fetchWalletTransactions';
export { findTransaction } from './query/findTransaction';
export { topupStash } from './topupStash';
export { walletTransfer } from './walletTransfer';