Recharge

class bandicoot.Recharge(datetime, amount, retailer_id)

An object storing a mobile phone recharge, also called top up.

Attributes:
datetime : datetime

A datetime object with the date and time of the transaction.

amount : float

The total amount recharged.

retailer_id : str or int

A unique identifier of the retailer for the transaction.