ReceiptDecoder.Parser (receipt_decoder v0.5.0) View Source

The Payload Parser

Link to this section Summary

Functions

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

Link to this section Functions

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.