Last active
June 3, 2019 19:50
-
-
Save patrickbense/4b6887c693052aea5122b090c532861d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"consumerName": "Roku", | |
"merchantManageText": null, | |
"merchantManageUrl": null, | |
"merchantPlanId": "test_iap_roku", | |
"merchantType": "Roku", | |
"premium": { | |
"expirationDate": null, | |
"freeTrialEndDate": "2017-01-31T19:00:00-05:00", | |
"level": "12", | |
"nextPayDate": "2017-01-31T19:00:00-05:00", | |
"premiumLastPayAmount": null, | |
"productPrice": "9001.0000" | |
}, | |
"promoCode": "", | |
"subscriptionGuid": "19f2c8ca-bff4-4606-88c7-39bc8f1c171f" | |
} |
This file contains hidden or 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
{ | |
"active": true, | |
"consumerName": "", | |
"merchantManageText": "", | |
"merchantManageUrl": "", | |
"merchantPlanId": "test_iap_roku", | |
"merchantType": "Roku", | |
"paymentMethodGuid": null, | |
"premium": { | |
"billingPeriod": "P1Y", | |
"code": "41", | |
"currency": "USD", | |
"expirationDate": "", | |
"freeTrialEndDate": "2017-02-01 00:00:00", | |
"freetrialDuration": "P1W7D", | |
"id": 41, | |
"lastPayDate": null, | |
"level": "", | |
"nextPayAmount": "", | |
"nextPayDate": "2017-02-01 00:00:00", | |
"premiumLastPayAmount": "", | |
"productPrice": "9001.00", | |
"recurring": true, | |
"signupDate": "2017-01-01 00:00:00", | |
"state": "Free Trial" | |
}, | |
"promoCode": "", | |
"stateStatus": undefined, | |
"subscriptionGuid": "19f2c8ca-bff4-4606-88c7-39bc8f1c171f" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment