UNPKG

@magic.batua/recharge

Version:

The Recharge module manages all the mobile prepaid, datacard and DTH recharge functionalities of the Magic Batua platform.

16 lines (15 loc) 478 B
/** * @module StatusResponse * @overview Defines the interface for the response returned by the * `MobileRecharge.CheckStatus()` method. * * @author Animesh Mishra <hello@animesh.ltd> * @copyright © Animesh Ltd. All Rights Reserved. */ /** Response returned by the `MobileRecharge.CheckStatus()` method. */ export interface StatusResponse { operatorReference: string, vendorReference: string, status: string, date: Date }