ReceiptDecoder.Parser.parse_payload
You're seeing just the function
parse_payload
, go back to ReceiptDecoder.Parser module for more information.
Specs
parse_payload(bitstring()) :: {:ok, ReceiptDecoder.AppReceipt.t()} | {:error, any()}
Parse the payload, return a parsed ReceiptDecoder.AppReceipt
struct.