File: hierarchy.py

package info (click to toggle)
chargebee2-python 2.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 740 kB
  • sloc: python: 2,492; makefile: 4; sh: 3
file content (9 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
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 Hierarchy(Model):

    fields = ["customer_id", "parent_id", "payment_owner_id", "invoice_owner_id", "children_ids"]