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