pub fn parse_upi_notification(text: &str) -> Option<ParsedPayment>Expand description
Parses text into a payment, or None if it isn’t a payment notification
(spam, no amount, or no payment verb — e.g. a casual “send me ₹200” chat).
pub fn parse_upi_notification(text: &str) -> Option<ParsedPayment>Parses text into a payment, or None if it isn’t a payment notification
(spam, no amount, or no payment verb — e.g. a casual “send me ₹200” chat).