Created
February 18, 2021 00:57
-
-
Save followthemoney1/63489dee149bff8442b445a8608b7ad0 to your computer and use it in GitHub Desktop.
delete
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"kind": "androidpublisher#inappproductsListResponse", | |
"inappproduct": [ | |
{ | |
"packageName": "com.leaditteam.mapotravelguide", | |
"sku": "4.99_test_e", | |
"status": "active", | |
"purchaseType": "managedUser", | |
"defaultPrice": { | |
"priceMicros": "4990000", | |
"currency": "EUR" | |
}, | |
"prices": { | |
"PL": { | |
"priceMicros": "27990000", | |
"currency": "PLN" | |
}, | |
"UA": { | |
"priceMicros": "164990000", | |
"currency": "UAH" | |
} | |
}, | |
"listings": { | |
"en-US": { | |
"title": "4.99 euro", | |
"description": "4.99 euro product" | |
} | |
}, | |
"defaultLanguage": "en-US" | |
}, | |
{ | |
"packageName": "com.leaditteam.mapotravelguide", | |
"sku": "1euro", | |
"status": "active", | |
"purchaseType": "managedUser", | |
"defaultPrice": { | |
"priceMicros": "2000000", | |
"currency": "EUR" | |
}, | |
"prices": { | |
"PL": { | |
"priceMicros": "10990000", | |
"currency": "PLN" | |
}, | |
"UA": { | |
"priceMicros": "64990000", | |
"currency": "UAH" | |
} | |
}, | |
"listings": { | |
"en-US": { | |
"title": "1e", | |
"description": "test1 test1 test1 test1" | |
} | |
}, | |
"defaultLanguage": "en-US" | |
}, | |
{ | |
"packageName": "com.leaditteam.mapotravelguide", | |
"sku": "0.99_test_e", | |
"status": "active", | |
"purchaseType": "managedUser", | |
"defaultPrice": { | |
"priceMicros": "990000", | |
"currency": "EUR" | |
}, | |
"prices": { | |
"PL": { | |
"priceMicros": "5490000", | |
"currency": "PLN" | |
}, | |
"UA": { | |
"priceMicros": "32990000", | |
"currency": "UAH" | |
} | |
}, | |
"listings": { | |
"en-US": { | |
"title": "0.99 euro", | |
"description": "0.99 euro product" | |
} | |
}, | |
"defaultLanguage": "en-US" | |
}, | |
{ | |
"packageName": "com.leaditteam.mapotravelguide", | |
"sku": "2euro", | |
"status": "active", | |
"purchaseType": "managedUser", | |
"defaultPrice": { | |
"priceMicros": "4000000", | |
"currency": "EUR" | |
}, | |
"prices": { | |
"PL": { | |
"priceMicros": "21990000", | |
"currency": "PLN" | |
}, | |
"UA": { | |
"priceMicros": "134990000", | |
"currency": "UAH" | |
} | |
}, | |
"listings": { | |
"en-US": { | |
"title": "5e", | |
"description": "test test test" | |
} | |
}, | |
"defaultLanguage": "en-US" | |
}, | |
{ | |
"packageName": "com.leaditteam.mapotravelguide", | |
"sku": "1", | |
"status": "active", | |
"purchaseType": "subscription", | |
"defaultPrice": { | |
"priceMicros": "5000000", | |
"currency": "EUR" | |
}, | |
"prices": { | |
"PL": { | |
"priceMicros": "27990000", | |
"currency": "PLN" | |
}, | |
"UA": { | |
"priceMicros": "169990000", | |
"currency": "UAH" | |
} | |
}, | |
"listings": { | |
"en-US": { | |
"title": "11", | |
"description": "1121212122222222222222222222" | |
} | |
}, | |
"defaultLanguage": "en-US", | |
"subscriptionPeriod": "P1W", | |
"trialPeriod": "P3D", | |
"gracePeriod": "P3D" | |
} | |
], | |
"tokenPagination": { | |
"previousPageToken": "" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment