receipt_verifier v0.12.2 ReceiptVerifier.PendingRenewalReceipt View Source

The struct to represent the Pending Renewal Receipt

A pending renewal may refer to a renewal that is scheduled in the future or a renewal that failed in the past for some reason.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ReceiptVerifier.PendingRenewalReceipt{
  auto_renew_product_id: String.t(),
  auto_renew_status: String.t(),
  expiration_intent: String.t(),
  is_in_billing_retry_period: boolean(),
  product_id: String.t()
}