View Source ReceiptDecoder.Parser (receipt_decoder v0.6.0)

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
@spec parse_payload(bitstring()) ::
  {:ok, ReceiptDecoder.AppReceipt.t()} | {:error, any()}

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