ReceiptDecoder.AppReceipt (receipt_decoder v0.5.0) View Source
The struct represent an App Receipt
Link to this section Summary
Link to this section Types
Specs
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() }