Created
May 9, 2018 09:28
-
-
Save martinleblanc/34dddc316fbeaf485af43610cbbee33a to your computer and use it in GitHub Desktop.
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
{ | |
'organizationId': 2, | |
'memberships': [{ | |
'user': { | |
'username': u 'iconfinder', | |
'emailMd5Hash': '9edff23a1c02e5209045436a5f3293ae', | |
'company': u '123123', | |
'vatNumber': u 'dk-33778899', | |
'userId': 4 L, | |
'address': { | |
'postalCode': u '2341', | |
'city': u 'ADsfasdjf', | |
'state': u 'fadsoij', | |
'street': u 'DFdsaopfjadsofpk', | |
'country': u 'DK' | |
}, | |
'fullName': u 'Cash out Guy #1', | |
'type': 'user', | |
'email': u '[email protected]' | |
}, | |
'level': 'owner' | |
}], | |
'invites': [{ | |
'inviteId': 1, | |
'email': u '[email protected]', | |
'level': 'normal' | |
}], | |
'name': u 'Hobbitsies', | |
'proSubscription': { | |
'dateRenews': '2018-05-17', | |
'dateExpires': None, | |
'downloadsThisMonth': 2, | |
'currentBillingPeriodPayment': 48, | |
'billingInterval': 'monthly', | |
'isCancelled': False, | |
'effectivePlan': { | |
'attributes': { | |
u 'price_annual_per_additional_member': Decimal('190'), | |
u 'downloads_per_month_max': Decimal('2000'), | |
u 'price_monthly_per_additional_member': Decimal('19'), | |
u 'is_perceptually_unlimited': True | |
}, | |
'identifier': u 'unlimited', | |
'name': u 'Unlimited', | |
'priceMonthly': 29, | |
'priceAnnual': 290 | |
}, | |
'plan': { | |
'attributes': { | |
u 'price_annual_per_additional_member': Decimal('190'), | |
u 'downloads_per_month_max': Decimal('2000'), | |
u 'price_monthly_per_additional_member': Decimal('19'), | |
u 'is_perceptually_unlimited': True | |
}, | |
'identifier': u 'unlimited', | |
'name': u 'Unlimited', | |
'priceMonthly': 29, | |
'priceAnnual': 290 | |
}, | |
'currentBillingPeriodTotalDays': 30, | |
'currentBillingPeriodBillingInterval': 'monthly', | |
'currentBillingPeriodResidualDays': 8, | |
'subscriptionId': 1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment