StoreSubscriptionInfoRenewalInfo

Inherits: RefCounted < Object

Contains verified renewal metadata for a subscription.

Description

This class wraps StoreKit renewal information and is only created from verified renewal data.

Properties

String

app_account_token

""

String

app_transaction_id

""

String

current_product_id

""

int

original_transaction_id

0


Property Descriptions

String app_account_token = "" 🔗

  • String get_app_account_token()

The app account token used when purchasing, as a UUID string. Returns an empty string when not set.


String app_transaction_id = "" 🔗

  • String get_app_transaction_id()

The app transaction identifier associated with the subscription. Returns an empty string when unavailable.


String current_product_id = "" 🔗

  • String get_current_product_id()

The current product identifier for the subscription group.


int original_transaction_id = 0 🔗

  • int get_original_transaction_id()

The original transaction identifier for the subscription. Returns 0 when unavailable.