View Source ReceiptDecoder.AppReceipt (receipt_decoder v0.6.0)

The struct represent an App Receipt

Link to this section Summary

Link to this section Types

@type t() :: %ReceiptDecoder.AppReceipt{
  application_version: String.t(),
  bundle_id: String.t(),
  creation_date: DateTime.t(),
  environment: String.t(),
  expiration_date: DateTime.t(),
  in_apps: [ReceiptDecoder.IAPReceipt.t()],
  opaque_value: String.t(),
  original_application_version: String.t(),
  sha1_hash: String.t()
}