Skip to content

Instantly share code, notes, and snippets.

@nkhine
Last active December 21, 2016 23:02
Show Gist options
  • Save nkhine/31d33549eda18a95834e6fadc492c288 to your computer and use it in GitHub Desktop.
Save nkhine/31d33549eda18a95834e6fadc492c288 to your computer and use it in GitHub Desktop.
'uuid': {
'name': 'String',
'statement_descriptor': 'String',
'persona': 'String',
'created': timestamp,
'interval': timestamp[day/month/year],
'interval_count': 1,
'livemode': boolean,
'trial_period_days': int
'hourly': boolean
'minutes': int,
'free': int,
'amount': {
'gbp': {'price': float, 'extra': float, 'fee': float},
'eur': {'price': float, 'extra': float, 'fee': float},
...
},
'vip': boolean
'features': [
'String',
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment