receipt_verifier v0.8.0 ReceiptVerifier.IAPReceipt View Source

The struct represent an In-App Purchase Receipt

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ReceiptVerifier.IAPReceipt{expires_date: DateTime.t, is_trial_period: boolean, original_purchase_date: DateTime.t, original_transaction_id: String.t, product_id: String.t, purchase_date: DateTime.t, quantity: integer, transaction_id: String.t, web_order_line_item_id: String.t}