File: download.py

package info (click to toggle)
chargebee-python 1.6.6-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 484 kB
  • sloc: python: 1,008; makefile: 6; sh: 3
file content (9 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
import json
from chargebee.model import Model
from chargebee import request
from chargebee import APIError

class Download(Model):

    fields = ["download_url", "valid_till"]