receipt_decoder v0.4.0 ReceiptDecoder.Parser 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
parse_payload(payload_data)
View Source
parse_payload(bitstring()) ::
{:ok, ReceiptDecoder.AppReceipt.t()} | {:error, any()}
parse_payload(bitstring()) :: {:ok, ReceiptDecoder.AppReceipt.t()} | {:error, any()}
Parse the payload, return a parsed ReceiptDecoder.AppReceipt
struct.