receipt_decoder v0.4.0 ReceiptDecoder.AppReceipt View Source

The struct represent an App Receipt

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
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()
}