@magic.batua/recharge
Version:
The Recharge module manages all the mobile prepaid, datacard and DTH recharge functionalities of the Magic Batua platform.
14 lines (13 loc) • 366 B
text/typescript
/**
* @module RIPCreds
* @overview Defines the credentials required by the Rocket in Pocket API.
*
* @author Animesh Mishra <hello@animesh.ltd>
* @copyright © Animesh Ltd. All Rights Reserved.
*/
/** Rocket in Pocket API access credentials */
export interface RIPCreds {
baseURL: string
merchantKey: string,
merchantID: string
}