ReceiptDecoder.Parser.parse_payload

You're seeing just the function parse_payload, go back to ReceiptDecoder.Parser module for more information.
Link to this function

parse_payload(payload_data)

View Source

Specs

parse_payload(bitstring()) ::
  {:ok, ReceiptDecoder.AppReceipt.t()} | {:error, any()}

Parse the payload, return a parsed ReceiptDecoder.AppReceipt struct.