File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1402,11 +1402,12 @@ The EntitlementInfo object gives you access to all of the information about the
14021402
14031403Represents a non-subscription transaction in the <a href =" #store " >Store</a >.
14041404
1405- | Prop | Type | Description |
1406- | --------------------------- | ------------------- | ---------------------------------------------------- |
1407- | ** ` transactionIdentifier ` ** | <code >string</code > | Id of the transaction. |
1408- | ** ` productIdentifier ` ** | <code >string</code > | Product Id associated with the transaction. |
1409- | ** ` purchaseDate ` ** | <code >string</code > | Purchase date of the transaction in ISO 8601 format. |
1405+ | Prop | Type | Description |
1406+ | --------------------------- | --------------------------- | ---------------------------------------------------- |
1407+ | ** ` transactionIdentifier ` ** | <code >string</code > | Id of the transaction. |
1408+ | ** ` productIdentifier ` ** | <code >string</code > | Product Id associated with the transaction. |
1409+ | ** ` purchaseDate ` ** | <code >string</code > | Purchase date of the transaction in ISO 8601 format. |
1410+ | ** ` purchaseToken ` ** | <code >string \| null</code > | Purchase token of the transaction. Android only. |
14101411
14111412
14121413#### PurchasesSubscriptionInfo
@@ -1871,7 +1872,7 @@ The result of a redemption attempt.
18711872
18721873The supported stores for purchases.
18731874
1874- <code >"PLAY_STORE" | "APP_STORE" | "STRIPE" | "MAC_APP_STORE" | "PROMOTIONAL" | "AMAZON" | "RC_BILLING" | "EXTERNAL" | "PADDLE" | "TEST_STORE" | "UNKNOWN_STORE"</code >
1875+ <code >"PLAY_STORE" | "APP_STORE" | "STRIPE" | "MAC_APP_STORE" | "PROMOTIONAL" | "AMAZON" | "RC_BILLING" | "EXTERNAL" | "PADDLE" | "TEST_STORE" | "GALAXY" | " UNKNOWN_STORE"</code >
18751876
18761877
18771878#### OwnershipType
You can’t perform that action at this time.
0 commit comments