mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 17:59:24 +02:00
3.3 KiB
3.3 KiB
FinishPurchaseByGooglePlayRequest Schema
https://timelimit.io/FinishPurchaseByGooglePlayRequest
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | Yes | Unknown status | No | Forbidden | Forbidden | none | FinishPurchaseByGooglePlayRequest.schema.json |
FinishPurchaseByGooglePlayRequest Type
object
(FinishPurchaseByGooglePlayRequest)
FinishPurchaseByGooglePlayRequest Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
deviceAuthToken | string |
Required | cannot be null | FinishPurchaseByGooglePlayRequest |
receipt | string |
Required | cannot be null | FinishPurchaseByGooglePlayRequest |
signature | string |
Required | cannot be null | FinishPurchaseByGooglePlayRequest |
deviceAuthToken
deviceAuthToken
-
is required
-
Type:
string
-
cannot be null
-
defined in: FinishPurchaseByGooglePlayRequest
deviceAuthToken Type
string
receipt
receipt
-
is required
-
Type:
string
-
cannot be null
-
defined in: FinishPurchaseByGooglePlayRequest
receipt Type
string
signature
signature
-
is required
-
Type:
string
-
cannot be null
-
defined in: FinishPurchaseByGooglePlayRequest
signature Type
string