Android · Example Payload

Google Play Developer Subscription Purchase V2 Example

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Google Play Developer Subscription Purchase V2 Example is an example object payload from Android, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

kindregionCodelatestOrderIdlineItemsstartTimesubscriptionStatelinkedPurchaseTokenpausedStateContextcanceledStateContextacknowledgementStateexternalAccountIdentifiers

Example Payload

Raw ↑
{
  "kind": "example_value",
  "regionCode": "example_value",
  "latestOrderId": "500123",
  "lineItems": [],
  "startTime": "example_value",
  "subscriptionState": "example_value",
  "linkedPurchaseToken": "example_value",
  "pausedStateContext": "example_value",
  "canceledStateContext": "example_value",
  "acknowledgementState": "example_value",
  "externalAccountIdentifiers": "example_value"
}