receipt_verifier v0.12.1 ReceiptVerifier.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() :: %ReceiptVerifier.AppReceipt{
adam_id: integer(),
app_item_id: integer(),
application_version: String.t(),
bundle_id: String.t(),
download_id: integer(),
iap_receipts: [ReceiptVerifier.IAPReceipt.t()],
original_application_version: String.t(),
original_purchase_date: DateTime.t(),
receipt_creation_date: DateTime.t(),
receipt_type: String.t(),
request_date: DateTime.t(),
version_external_identifier: integer()
}