Skip to content

Commit 66d9093

Browse files
committed
Update README.md with latest docs
1 parent 0457584 commit 66d9093

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,11 +1402,12 @@ The EntitlementInfo object gives you access to all of the information about the
14021402

14031403
Represents 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

18721873
The 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

0 commit comments

Comments
 (0)